Can an object's finalize() method be invoked while it is reachable?

Can an object's finalize() method be invoked while it is reachable?

Richio
Views: 687 | Community Opinion: 1

Tags..  Core Java Interview  Java

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Nimesh Said..

An object's finalize() method cannot be invoked by the garbage collector while the object is still reachable.
However, an object's finalize() method may be invoked by other objects.






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