Role of JVM
a) Loading of class files.
b) Verification of class files i.e. Class files should contain valid bytecode. As java is
strictly type check language. So syntax checking and either code is reachable or not
will be checked at compile time.
c) Interpretation of byte code and then run the program.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment