How to re-get an object that is collected by garbage
collector?
Answer / ravikiran(aptech mumbai)
once the object get garbage collected it's no longer
available.so before garbage collected inside the finalize()
method make the object serialze and save it into an output
stream
| Is This Answer Correct ? | 3 Yes | 2 No |
Can an unreachable object become reachable again?
What is the difference between abstract class and interface?
Can you instantiate the math class in Java?
What will happens if you opened Internet Explorer 4 times?
What are three types of loops in java?
JVM is platform independent or depeneded?
what are the uses of Class class and what it returns? explain it with the example code.
What is thread count in java?
Can you have two constructors in java?
Why do we need singleton class?
What are the four corner stones of oop?
Is it possible to instantiate the abstract class?