Answer Posted / harika.thota001@gmail.com
Before an object is garbage collected, the runtime system calls its finalize() method. The intent is for finalize() to release system resources such as open files or open sockets before getting collected.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are strings in physics?
What is space character in java?
What is null object in java?
What is the destroy method?
What is a byte array?
List some oops concepts in java?
What are the advantages of packages in java?
What is isa relationship?
Is 0 an even number?
Where is stringbuffer stored?
Can we assign integer value to char in java?
Which java ide is used the most?
How does split work in java?
How can you handle java exceptions?
What is constructor and virtual function? Can we call a virtual function in a constructor?