VB Dot Net Developer Question:

Explain about Garbage Collection?

Tweet Share WhatsApp

Answer:

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.

Download VB .Net Developer PDF Read All 56 VB .Net Developer Questions
Previous QuestionNext Question
Can you please explain the difference between Dispose and Finalize()?Explain the use of New Keyword?