VB Dot Net Developer Question:

Download Job Interview Questions and Answers PDF

Explain about Garbage Collection?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

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

Previous QuestionNext Question
Can you please explain the difference between Dispose and Finalize()?Explain the use of New Keyword?