Multiple choice technology web technology

The .NET Framework provides a runtime environment called..... ?

  1. RMT

  2. CLR

  3. JIT

  4. MSIL

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

CLR (Common Language Runtime) is the correct answer because it is the runtime environment provided by the .NET Framework that manages code execution, memory management, and other services. RMT (A) is not a .NET component, JIT (C) is a compiler that works within CLR, and MSIL (D) is the intermediate language code, not the runtime environment.