Tuesday, December 28, 2010

Compilation Process


In java programs are compiled by using the javac compiler. javac compiler is generate the .class files. these files contain the byte code.

when executing the program .class file will be loaded into JVM(java virtual machine). jvm generate the machine instructions those are executed by processors.

No comments:

Post a Comment