Java View all facts Glossary Help |
process > compilation |
compilation comparison table |
Subject | abbreviate as | is a kind of | is a subtopic of | has definition |
---|---|---|---|---|
just-in-time compilation | JITC | compilation | How Java Works | A 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