Multiple choice technology web technology

What does CLR stand for ?

  1. Compiler Language Runtime

  2. Common Language Runtime

  3. Common Language Running Time

  4. Compiler Language Running Time

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

CLR stands for Common Language Runtime, the execution environment for .NET applications. It manages memory, handles exceptions, and provides core services for running managed code. This is a fundamental .NET framework concept.