Multiple choice technology web technology

Find the term: The .NET framework which provides automatic memory management using a technique called ______________ ?

  1. Serialization

  2. Garbage Collection

  3. Assemblies

  4. Overriding

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

Garbage Collection is correct because it is the automatic memory management technique in .NET that reclaims memory from objects that are no longer in use. Serialization (A) is for object persistence, Assemblies (C) are deployment units, and Overriding (D) is an object-oriented programming concept.