Garbage collection prevents memory leaks during execution of programs. Garbage collector is a low-priority process that manages the allocation and deallocation of memory for your application. It checks for the unreferenced variables and objects. If GC finds any object that is no longer used by the application, it frees up the memory from that object.
What is garbage collection? Explain the difference between garbage collections in .NET 4.0 and earlier versions.
1 What is garbage collection? Explain the difference between garbage collections in .NET 4.0 and earlier versions. Thu Dec 04, 2014 4:50 pm
Digital Marketing
Admin
Digital Marketing » Your first category » Your first forum » What is garbage collection? Explain the difference between garbage collections in .NET 4.0 and earlier versions.
Similar topics
Permissions in this forum:
You cannot reply to topics in this forum