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 widening and narrowing in java? Discuss with an example.
Can we override compareto method?
How do you compare objects in java?
what is the use of bean managed and container managed with example?
What is the difference between jsp and servlet?
What does exp mean in math?
What is the meaning of course?
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 ?
difference between jsp and java script?
How do you set security in applets?
Which keyword specify that a variable is effectively final ?
what is the use/perpose of having a method antive?