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 do you understand by java?
What is the use of arraylist in java?
Are functions objects in java?
What is parsing a string?
Which collection does not allow duplicates in java?
Why string is immutable or final in java
What is a boolean in java?
Which is a valid identifier?
What is difference between local variable and global variable?
Differece between class and generic class?
Can we override private methods?
What is the differences between c++ and java? Explain
Enlist few advantages of inheritance?
Which is faster string or stringbuilder?
What are the differences between abstract class and interface?