What is the Common Language Runtime (CLR) in .NET?

  1. A code editor
  2. The execution environment that manages .NET applications
  3. A web server
  4. A database system

Explanation

The CLR is the execution environment in .NET that provides services like memory management, garbage collection, exception handling, type safety, and security. It manages the execution of .NET applications.