Multiple choice technology web technology

What is JIT ?

  1. Jam In Time

  2. CLR

  3. Just In Time

  4. .NET Language

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

JIT stands for Just In Time compilation. It converts Intermediate Language (IL) code to native machine code at runtime, rather than pre-compiling everything ahead of time. This allows for cross-language compatibility and optimization specific to the execution environment.