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 value is a variable of the string type automatically initialized?
What is java lang string?
What do you mean by buffering?
How to sort an array from smallest to largest java?
How can we create a synchronized collection from given collection?
What does replaceall do in java?
Explain public static void main(string args[]).
How many functional interfaces does java 8 have?
Does garbage collection occur in permanent generation space in jvm?
What is the main method java?
What mechanism does java use for memory management?
What are the three parts of a lambda expression?
Can we override the static methods?
How can we make sure main() is the last thread to finish in java program?
Is stringwriter thread safe?