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 |
Can we have try without catch block?
what is the J2EE BluPrints?
What are the advantages of java inner classes?
can any one tell me when do u go for inheritance and polymorphism
What is the method in java?
How can we use primitive data types as objects?
What are the major drawbacks of external iteration?
Explain polymorphism citing an example.
What is classes in java?
What is the private method modifier?
Is java map thread safe?
What is supplier in java?