Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




What is Garbage Collection in .Net? Garbage collection process

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.

Share this article   |    Print    |    Article read by 1094 times
Author:
Guest
Guest user is that user who have done some activity on website without login. Activity contains commenting on any article, uploading an image on website etc.
Related Articles: No related article
Related Interview Questions: