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 |
What is slash r?
How can we create an immutable class in java?
When throw keyword is used?
What is the difference between length and size in java?
What is a Presistent Object?
0 Answers InfoAxon Technologies,
What is jpa specification?
What is method overloading and method overriding?
Difference between ?System.out.println? and ?System.error.println??
what is the life cycle of jsp?
Does treeset allow null in java?
What is volatile keyword in java
Can you use abstract and final both with a method?