Answer Posted / srikanth reddy
The purpose of finalization is to give an unreachable
object the opportunity to perform any cleanup processing
before the object is garbage collected.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Does sprintf allocate memory?
Can we have a method name same as class name in java?
What is constructor chaining and how is it achieved in java?
Is node a data type in java?
What is java argument list?
What is a protected class in java?
What is the function of java?
What is the best way to findout the time/memory consuming process?
What is advantage of java?
Is 0 true or false?
How to avoid memory leak in java?
What is the common usage of serialization?
What does singleton class mean?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Is empty set an element of empty set?