Can an unreachable object become reachable again?
Answer Posted / ravikiran(aptech mumbai)
yes an unreachable object may become reachable once it get a
reference befre garbage collection especially in finalize()
method call
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is thread synchronization in java?
Why java strings are immutable in nature?
What are the differences between Java 1.0 and Java 2.0?
What does 0 mean in boolean?
Is java pass by value or pass by reference?
What is the use of string and stringbuffer?
What are the elements of java?
Can we call the run() method instead of start()?
What are the steps that are followed when two computers connect through tcp?
What is the destroy method?
What is the use of StringTokenizer class?
What is this () in java?
What is the preferred size of a component in java programming?
Why volatile is used in java?
What is the use of list in java?