user image

Gagan Mishra

Job Interview Skills
English
2 years ago

Question 561. What Is Garbage Collection In .net? Garbage Collection Process?

user image

Abhishek Mishra

2 years ago

The process of transitively tracing through all pointers to actively used objects in order to locate all objects that can be referenced, and then arranging to reuse any heap memory that was not found during this trace. The common language runtime garbage collector also compacts the memory that is in use to reduce the working space needed for the heap.

Recent Doubts

Close [x]