Multiple choice technology programming languages

The GC runs only when a certain amount of memory has been used or there is enough pressure for memory on the system

  1. True

  2. False

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

The .NET Garbage Collector is designed to run automatically when memory thresholds are exceeded, when the system experiences high memory pressure, or when an explicit collection is requested.