Senior .Net Developer Question: Download Senior .Net Developer PDF

Do you know what is Garbage Collector?

Tweet Share WhatsApp

Answer:

Garbage Collector is an automatic process of memory release. When memory goes low, it goes through the Heap and eliminates the objects no longer in use. It frees up memory, reorganizes remaining threads and adjusts pointers to these objects, both in Heap and Stack.

Download Senior .Net Developer PDF Read All 60 Senior .Net Developer Questions
Previous QuestionNext Question
Do you know what is the difference between an abstract class and an interface?Tell us what is the Native Image Generator?