Saved Bookmarks
| 1. |
Define Garbage Collection in VB.NET. State your understanding of the Dispose() and Finalize() methods. |
|
Answer» Garbage COLLECTION in VB.NET, often known as automatic MEMORY management, is a technique for discarding dynamically allocated memory automatically. Garbage collection is handled by a garbage collector, who will recycle memory if it is determined that it will be used in the future.
|
|