Multiple choice technology programming languages

A garbage collected object can be reached again.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Once an object is garbage collected, it becomes unreachable and cannot be resurrected. The garbage collector frees the memory and the object no longer exists in the heap. Any references to it become invalid and attempting to use them would cause errors.