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 is a parameter example?
Can abstract class have private constructor?
Can we create our own daemon thread?
How to sort elements in a parallel array in java?
How do we access static members in java?
What is overloading and overriding in java?
Does treeset use compareto?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
When should I use singleton pattern?
What is ascii code?
What are features of java?
What is a predicate method?
What is java jit compilers?
What is the syntax and characteristics of a lambda expression?
Why put method is used?