Multiple choice

By which of the following is the memory allocated in .NET framework as long as a reference to an object via graph is available?

  1. .NET garbage collector

  2. Memory management module

  3. CLR

  4. CTS

  5. None of the above

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

CLR provides the memory management facilities to any object , whether it is referenced directly of via graph.