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
Tell us something about set interface.
What are the changes in java.io in java 8 ?
How big is a 32 bit integer?
What is the major advantage of external iteration over internal iteration?
What is the difference between a static and a non-static inner class in java programming?
What is a function argument in java?
Why java is said to be pass-by-value ?
How to do encapsulation in java?
What is a newline character in java?
What is an example of character?
Can we declare main () method as non static?
What is bool mean?
What is hashset in java?
What are the supported platforms by java programming language?
Is string an object?