Wednesday, December 31, 2014

JVM Architecture

As a programmer we develop a java application and when we compile a java program, the compiler will generate .class (dot class) file. The .class file contains byte code (Special java instructions). To execute a java program we take the help of JVM (java virtual machine) to the JVM we have to provide .class file as the input.



from dzone.com: latest front page http://www.dzone.com/links/r/jvm_architecture_2.html

No comments:

Post a Comment