what is the difference between JVM and JIT?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the difference between JVM and JIT??

12th Oct 2016, 1:19 PM
Javed
Javed - avatar
2 Answers
+ 1
When you run a Java program, the Java Virtual Machine (JVM) interprets the bytecode you compiled. Just-In-Time (JIT) compilation can be used by the JVM to compile small parts of the program at execution time into native code in order to get better perfs.
12th Oct 2016, 1:39 PM
Zen
Zen - avatar
0
thanx Zen
12th Oct 2016, 1:43 PM
Javed
Javed - avatar