Multiple choice technology programming languages

GC stands for

  1. Global Cache

  2. Garbage Collector

  3. Generation Code

  4. None

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

GC stands for Garbage Collector, which is the automatic memory management component in .NET. It automatically allocates and releases memory for objects, handles cleanup of unused resources and helping prevent memory leaks in managed code.