Just-in-time (JIT) is a compiler that converts all of the bytecode into native machine code just as a Java program is run. This results in run-time speed improvements over code that is interpreted by a Java virtual machine
2019-01-13
Copyright © 2021 JavaReference.com