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
How do you end a program?
What is the common usage of serialization?
How do you clear a list in java?
What is anti pattern in java?
What is integer parseint?
What is function overriding and overloading in java?
Do you know how to reverse string in java?
What type of variable is error flag?
Explain about procedural programming language or structured programming language and its features?
Can we clone singleton class in java?
What are parameters in a method?
What is flag in java?
Is void a wrapper class?
Explain notifyall() method of object class ?
What is += mean in java?