Answers

Question and Answer:

  Home  Senior .Net Developer

⟩ Do you know what is Garbage Collector?

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.

 117 views

More Questions for you: