-
What is meant by garbage collection?
-
- Used to replace the variables
- The form of manual memory management
- The form of automatic memory management
- All of above
- None of these
Correct Option: C
The garbage collection attempts to reclaim memory occupied by objects that are no longer in use by the program.