Explore Library
FlashcardIntermediate

GC & Memory Basics in .NET

The .NET garbage collector automatically reclaims memory from managed objects that are no longer reachable.

Question

What does the .NET garbage collector (GC) do?

Click to reveal answer