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

The .NET Framework provides automatic memory management through Garbage Collection. The Garbage Collector automatically allocates and manages memory for applications, reclaiming memory from objects that are no longer in use. Serialization converts objects to streams, Assemblies are deployment units, and Overriding is an object-oriented programming concept.