Mohan  G
What is Garbage Collector ?
By Mohan G in .NET on Apr 17 2015
  • Mohan  G
    Apr, 2015 17

    Garbage Collector is used in dot net Framework for memory management. While running an application, applications make a request for memory for its internal use. Framework allocates memory from the heap. Once the process is completed, allocated memory needs to be reclaimed for future use. The process of reclaiming unused memory is taken care by the Garbage Collector.

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS