sandeepnanda Posted December 19, 2013 Report Posted December 19, 2013 Java Technical Interview Questions What is Just in time compiler? It is used to improve the performance. JustIinTime compiles parts of the byte code that have similar functionality at the same time, and hence reduces the amount of time needed for compilation.Here the term compiler refers to a updater from the instruction set of a Java virtual machine (JVM) to the instruction set of a specific CPU. FOR MORE CLICK HERE Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.