Senior .Net Developer Question:

Download Job Interview Questions and Answers PDF

Do you know what is Garbage Collector?

Senior .Net Developer Interview Question
Senior .Net Developer Interview Question

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 Interview Questions And Answers PDF

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?