Can an unreachable object become reachable again?
Answer Posted / niranjanravi
Yes, an unreachable object may become reachable again.This
happens when the object's finalize() method is invoked and
the objct performs an operation which causes it to become
accessible to reachable objects.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is a null point?
Explain the importance of import keyword in java?
What is a copy constructor in java?
What are the data types supported by java? What is autoboxing and unboxing?
Explain try and catch keywords in java?
In java how do we copy objects?
Can vector have duplicates in java?
Can string be considered as a keyword?
What is an object's lock and which object's have locks in java programming?
Why do people says “java is robust”?
What is the arraylist in java?
What is flag in python?
What is broken and continue statement?
Which access specifier can be used with class ?
What is the size of an array?