Java   View all facts   Glossary   Help
process > compilation
Next process: instantiation    Up: process    Previous process: subclassing   

compilation comparison table
Subject abbreviate as is a kind of is a subtopic of has definition
just-in-time compilationJITCcompilationHow Java WorksA 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

Next process: instantiation    Up: process    Previous process: subclassing