Saturday 6 July 2013

How the Java Programs are Executing?



->First our program(.java) will convert into byte code(.class) by using java compiler.

->After that Byte code(.class) will convert into machine dependent code by using JVM,

     JVM internally uses JIT compiler and INTERPRETER.


No comments:

Post a Comment