Short for
just-in-time compiler, a code generator that converts
Java bytecode into
machine language instructions. Some
Java Virtual Machines (VMs), including the VM in the
Netscape Navigator browser, include a JIT in addition to a Java
interpreter. Java programs
compiled by a JIT generally run much faster than when the bytecode is executed by an interpreter.