Multiple choice

Which of the following is incorrect about the CLR (Common Language Runtime) in .NET framework?

  1. CLR includes the CTS (Common Type System).

  2. CLR is responsible for memory management.

  3. CLR is the base layer in .NET framework.

  4. CLR provides the monitoring of the complete life cycle of the object.

  5. CLR executes the .dll file.

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

CLR does not execute this file.