Question
A programmer needs memory management in managed runtimes, and the chosen structure has the property that reachability analysis helps determine which objects can be reclaimed. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Garbage Collection
Explanation:
Garbage Collection fits because it supports memory management in managed runtimes and reachability analysis helps determine which objects can be reclaimed.
Both clues point to this choice.
Leave a Reply