[Oracle interview]Can an unreachable object become reachable again?
Anunreachable object may become reachable again. This can happen when theobject's finalize() method is invoked and the object performs an operationwhich causes it to become accessible to reachable objects.
页:
[1]