Thursday, 3 July 2014

What happens at runtime?

At runtime, following steps are performed:
what happens at runtime when simple java program runs
Classloader: is the subsystem of JVM that is used to load class files.
Bytecode Verifier: checks the code fragments for illegal code that can violate access right to objects.
Interpreter: read bytecode stream then execute the instructions

For more Visit: http://www.quontrasolutions.com/blog/category/java

No comments:

Post a Comment