ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Explain Java Class Loaders?

Class loaders are hierarchical. Classes are introduced into the JVM as they are referenced by name in the class that is already running in the JVM. So how the very first class loaded? The very first class is specially loaded with the help of the static main() method declared in your class. All the subsequently loaded classes are loaded by the classes, which are already loaded and running. A class loader creates a namespace.
Related Posts Plugin for WordPress, Blogger...
Flag Counter