Multiple choice technology web technology

The .NET Framework provides a runtime environment called

  1. RMT

  2. CLR

  3. RCT

  4. RC

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

The .NET Framework provides the Common Language Runtime (CLR) as its runtime environment. The CLR manages code execution, provides memory management, thread management, and handles security and exception handling. It is the core component that enables .NET applications to run across different platforms.