Java   View all facts   Glossary   Help
process > compilation > just-in-time compilation
Upcompilation

just-in-time compilation comparison table
Subject abbreviate as is a kind of has definition
compilation processThe process of translating higher level code, usually source code (or bytecode) , into lower level code
just-in-time compilationJITCcompilationA kind of compilation that converts a method into machine code the first time it is executed and stores the machine code to save work on subsequent calls

Upcompilation