What is bootstrap class loader 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at Stanford University, Lives in Palo Alto, CA
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.
2023-05-11 05:04:18
评论(499)
Helpful(122)
Helpful
Helpful(2)

Zoe Wright
QuesHub.com delivers expert answers and knowledge to you.
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.