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 |
What is object english?
Why java is used everywhere?
What kind of variables can a class consist?
What is final method in java?
What are the performance implications of interfaces over abstract classes?
What is user defined exception?
What are java annotations?
Where are local variables stored?
Difference between method overloading and method overriding in java ?
Write an algorithm for quick sort?
Which is faster set or list in java?
Where pragma is used?