Details on Class loading
Anonymous
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.
Check out your Company Bowl for anonymous work chats.