Answers

Question and Answer:

  Home  VB .Net Developer

⟩ Explain about Garbage Collection?

Garbage collection is also known as automatic memory management, which is used for automatic recycling of dynamically allocated memory. Garbage collection is performed by Garbage collector which will recycle memory if it is proven that memory will be unused.

 136 views

More Questions for you: