First page Back Continue Last page Summary Graphic
Java Class Loaders
How they Work
Previously loaded classes are cached
Class loader optionally consults the Security Manager to see if the program is allowed to access the class
Internal class loader attempts to load the class from CLASSPATH
Class loader reads in an array of bytes
Bytecode verification is performed