Do you know what is Garbage Collector?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Senior .Net Developer Job Interview Questions And Answers