aspose file tools
The moose likes Beginning Java and the fly likes JVM and Class Loaders Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "JVM and Class Loaders" Watch "JVM and Class Loaders" New topic
Author

JVM and Class Loaders

Sri Ram
Greenhorn

Joined: Feb 13, 2006
Posts: 20
Can anyone suggest me a good book or material to understand the working of JVM and Class Loaders ?


Sriram<br />SCJP<br />SCWCD
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12907
    
    3

A good place to start is the API documentation of java.lang.ClassLoader.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
Scott Johnson
Ranch Hand

Joined: Aug 24, 2005
Posts: 518
And then take a look at the Java VM spec chapter 5.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: JVM and Class Loaders
 
Similar Threads
True/False: Unloaded instances
Class Loader - Applet
class loaders
Why JVM has 3 class loaders?
when a user-defined class loader is required??