1.

What Is The Difference Between Jvm And Jit?

Answer»

The JVM stands for Java Virtual machine while JIT stands for Just in time COMPILER. The JIT is part of JVM and USED to convert the Java bytecode into native machine code which RUNS faster. There is some threshold set if a code runs more than the threshold it becomes the candidate of just in time COMPILATION by JIT.

The JVM stands for Java Virtual machine while JIT stands for Just in time Compiler. The JIT is part of JVM and used to convert the Java bytecode into native machine code which runs faster. There is some threshold set if a code runs more than the threshold it becomes the candidate of just in time compilation by JIT.



Discussion

No Comment Found