+ 1
What is meant by garbage collection ?
garbage collection
2 Answers
+ 7
the automatic process of making space in a computer's memory by removing data that is no longer required or in use.
0
Reallocate the already allocated memory for unused variable and objects in the program.