InterviewSolution
Saved Bookmarks
| 1. |
What is Garbage collection? |
|
Answer» Allocation and de-allocation of memory blocks as needed by the program in main memory is called Garbage collection. |
|