-The Java Virtual Machine includes an optional ‘just-in time’ (JIT) compiler.
-The JIT:
       -Dynamically compilers byte code into executable code
       -Takes byte codes and compilers them into native code for the machine
       -Compiles programs on a methods by method basis just before they are called
       -Is faster than the Java Virtual Machine





0 comments:
Post a Comment