Iris Software Interview Question

Details on Class loading

Interview Answer

Anonymous

Jul 11, 2016

Whenever a new JVM is started by typing java MyMainClass , the "bootstrap class loader" is responsible for loading key Java classes like java.lang.Object and other runtime code into memory first. The runtime classes are packaged inside of the JRE\lib\rt.jar file.