JDK( Java Development Kit )

Just-In-Time(JIT) is a heart of JVM. Mainly use to compiles Bytecodes to Machine codes at runtime. At runtime JIT Compiler performs some optimization on the code.


Diagram Represntation Of JDK





Previous Page Next Page