Computer Science, asked by vrajgo3lruchinim, 1 year ago

Details About Just-in-Time Compiler
What is Just-in-Time (JIT) compiler?

Answers

Answered by pratik19
0
The JIT compiler is enabled by default, and is activated when a Java method is called. The JIT compiler compiles the bytecodes of that method into native machine code, compiling it "just in time" to run. When a method has been compiled, the JVM calls the compiled code of that method directly instead of interpreting it.
Similar questions