Question
A programmer needs immediate reclamation when the count reaches zero, and the chosen structure has the property that cycles can prevent unreachable objects from being reclaimed. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Reference Counting
Explanation:
Reference Counting fits because it supports immediate reclamation when the count reaches zero and cycles can prevent unreachable objects from being reclaimed.
Both clues point to this choice.
Leave a Reply