Please enable JavaScript.
Coggle requires JavaScript to display documents.
java program execution - Coggle Diagram
java program execution
-
steps
-
steps
- JVM tries to find binary representation of specified class
-
-
-
- JVM creates a class object from that binary file
-
-
-
resolution (optional)
-
before a symbolic reference can be used, it must undergo resolution step
-
an implementation can choose to do resolution when a symbolic reference is used rather than during linkage time
-
-
before it can do that it need to initialize the class and the direct super class of the class recursively