How to re-get an object that is collected by garbage
collector?



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

Post New Answer

More Core Java Interview Questions

Why java is object oriented?

1 Answers  


Do we need to manually write Copy Constructor?

1 Answers   HCL,


Which method cannot be overridden in java?

1 Answers  


How to sort an array in java without using sort method?

1 Answers  


What do you mean by buffering?

1 Answers  


What is polymorphism and what are the types of it?

1 Answers  


Why operator overloading is not in Java?

0 Answers  


What is java jit compilers?

1 Answers  


Can sleep() method causes another thread to sleep?

1 Answers  


What is the synchronized method modifier?

1 Answers  


What are the different types of collections in java?

1 Answers  


Explain different types of thread priorities ?

1 Answers  


Categories