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 we use return in constructor?
How can I debug the Java security exceptions and AccessControlExceptions?
Which package is used for pattern matching with regular expressions?
Can you call a constructor within a constructor?
What is method with example?
write a program to create an arraylist and listeterator.and value should be enter through keyboard.
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
What does percent mean in java?
Explain java coding standards for variables ?
why java uses class level type casting ?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Why is the type for real numbers called double?