This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Class, Classloader Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Class, Classloader" Watch "Class, Classloader" New topic
Author

Class, Classloader

sandeep Talari
Ranch Hand

Joined: Dec 24, 2007
Posts: 63
hi, this is sandeep. I need berief points about Class and ClassLoader classes in java.lang package. Tell the purpose and where i can make use of these classes.
Please don't refer some other resource.
kindly explain me.
thank you.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35438
    
    9
Googling for "java classloading" will find quite a few introductory articles on the subject of class loading, most of which also touch on Class. Have you looked at the javadocs of java.lang.Class yet? Most of its methods are pretty well-described in what they do.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Class, Classloader
 
Similar Threads
class loader for loading singleton classes
Static classes and Classloaders
classloader
ClasscastException when passing an object between 2 EAR's
Please help me understand some concepts about classloader