Table of Contents
    Development 1 min read
    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.

    Was this Article helpful? Yes No
    Thank you for your feedback. 0% 0%