The process of compiling Intermediate Language programs to the actual machine…
2021
The process of compiling Intermediate Language programs to the actual machine language on the target platform prior to execution is known as ______. I. Just-In-Time compiling II. First-In-Time compiling
- A.
Only I
- B.
Only II
- C.
Both I and II
- D.
Neither I nor II
Attempted by 143 students.
Show answer & explanation
Correct answer: A
Just-In-Time (JIT) compilation translates Intermediate Language to machine code immediately before execution. First-In-Time compiling is not a standard term in computer science compilation models.