What is JIT compiler? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What is JIT compiler?

9th Oct 2016, 5:42 PM
Mihir
2 Respostas
+ 1
JIT acronym for just in time (compiler) which actually translates bytecode into machine code ,it is an integral part of JVM. As selective portions of bytecode are compiled into executable code in real time,on a piece-by-piece,demand basis. It is called interpretor.
10th Oct 2016, 7:02 AM
Mihir
- 1
that question is not related to Java
10th Oct 2016, 3:08 AM
Abhinav Maurya
Abhinav Maurya - avatar