Class loading procedure

Load: ClassLoader loaded class files generated Class object

Link: 1: Checksum: accuracy and security checks of the loaded class 2: class variable and set an initial value for the class assigned variable space, 3: JVM symbol references the constant pool is converted to a direct reference, 4: Initialization: performing a static class variable assignment and code block

Guess you like

Origin www.cnblogs.com/threadThread/p/12108205.html