Question
Which data structure or concept is best described as automatic recovery of memory occupied by unreachable objects?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Garbage Collection
Explanation:
Garbage Collection is automatic recovery of memory occupied by unreachable objects.
This description distinguishes it from the other choices.
Leave a Reply