Can an unreachable object become reachable again?

Can an unreachable object become reachable again?

Sofiya
Views: 1150 | Community Opinion: 1

Tags..  Core Java interview  Java  Java Objects

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Jecab Said..

An unreachable object may become reachable again. This can happen when the object's finalize() method is invoked and the object performs an operation which causes it to become accessible to reachable objects.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: