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 |
Why java is object oriented?
Do we need to manually write Copy Constructor?
Which method cannot be overridden in java?
How to sort an array in java without using sort method?
What do you mean by buffering?
What is polymorphism and what are the types of it?
Why operator overloading is not in Java?
What is java jit compilers?
Can sleep() method causes another thread to sleep?
What is the synchronized method modifier?
What are the different types of collections in java?
Explain different types of thread priorities ?