File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Difference between Class.forName and ClassLoader Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Difference between Class.forName and ClassLoader" Watch "Difference between Class.forName and ClassLoader" New topic
Author

Difference between Class.forName and ClassLoader

Avinash Haridasu
Greenhorn

Joined: Jul 12, 2011
Posts: 25
Can any one tell me the difference between Class.forName and ClassLoader.

In which context what is used ??

Is there any other method of loading a class apart from the above two.

 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Difference between Class.forName and ClassLoader
 
Similar Threads
Classloaders VS Class.forName()
Loading class in java .
Difference b/w class.forName
difference between ClassLoader.loadClass and Class.forName ?
Difference between Class.forname(" ") and Class.forName(" ").newInstance()