When finalize method is called?
Answers were Sorted based on User's Feedback
Answer / janet
finalize() method is used just before and object is
destroyed and can be called just prior to garbage
collection.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
finalize method is used to conserve the resources before
garbage collection
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sourabh
finalizr method call just before the garbage collector
| Is This Answer Correct ? | 0 Yes | 0 No |
How does split work in java?
How do you achieve singleton?
Can we create a class inside a class in java?
how to create a jar file in java
What is the purpose of object oriented programming?
What are access modifiers in Java ?
What is a protected void?
How to print an arraylist in java?
Is object a data type?
Explain importance of finally block in java?
Can a private method be declared as static?
What is the static block?