Java   View all facts   Glossary   Help
Java program > application > compiler > JIT compiler
Next compilerjavac    Upcompiler

JIT compiler comparison table
Subject is a kind of is a synonym of have purpose be part of has definition
compilerapplicationJava compilerto translate source code written in Java into bytecode for the Java virtual machine A program to translate Java source code into code to be executed by a computer
JIT compilercompilerJust-in-time compilerto improve run-time speed over code that is interpreted by a Java virtual machinean implementation of the Java Virtual Machine specificationA compiler that converts all of the bytecode into native machine code just as a program is run

Next compilerjavac    Upcompiler