what is the difference between JVM and JIT?? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

what is the difference between JVM and JIT??

12th Oct 2016, 1:19 PM
Javed
Javed - avatar
2 Réponses
+ 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