Answer Posted / guest
Every class Inherits the finalize() from
java.lang.class.this method called by Garbage collector
for clean up processing(like Realesing memory Resorces,file
closing,socket closing..) for any unreachble object before
destroing the object .
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What value is a variable of the string type automatically initialized?
What are three types of loops in java?
Can we have two methods in a class with the same name?
What are data types in programming?
Can constructor be synchronized?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What is purpose of applet programming?
What is the difference between size and length in java?
What does serializing data mean?
What is a text string?
What is the purpose of nested class in java?
If you do not want your class to be inherited by any other class. What would you do?
What happens if we don’t define serial version uid?
What are the wrapped, classes?
What is hash code collision?