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 |
Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?
when to for abstract class and when to go for interface
What does jre stand for?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
If there are two notepad opened and working on it . is this a process or thread? computer based Live Example to differentiate between Thread , Process , and Multi tasking ?
Are registers volatile?
What is meant by structural programming?
How would you dynamically allocate memory to an array?
What are 4 pillers of object orinted programming?
Why do we create threads in java?
Why do we need hashset in java?
What happens when I use / and % with a negative numerator?