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 are the approaches that you will follow for making a program very efficient?
What are streams in java 8?
Is there any sort function in java?
How many bytes is a string?
What is math exp in java?
What is the significance of listiterator?
Implementations of set interface?
Can you create an object of an abstract class?
How we can make copy of a java object?
What is an inner class in java?
What is java dot?
What is super?
What is int argc char * argv?
Explain reverse a linked list iterative solution in java?
What do you understand by final value?