+ 1
What is JIT compiler?
2 odpowiedzi
+ 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.
- 1
that question is not related to Java