Identify the correct concept described as: a technique that compiles code into machine instructions at runtime rather than before execution.
- A. Cross-compiler
- B. Lexical pattern matching
- C. Loader
- D. Just-in-time (JIT) compilation ✓
Correct answer
D. Just-in-time (JIT) compilation
Explanation
Just-in-time (JIT) compilation refers to a technique that compiles code into machine instructions at runtime rather than before execution.