What is JUST IN TIME(JIT)?
JUST- IN -TIME(JIT):-
The Just-In-Time (JIT) compiler is a component of the runtime environment that improves the performance of Java applications by compiling byte codes to native machine code at run time.When a method has been compiled, the JVM calls the compiled code of that method directly instead of interpreting it.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment