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 do you override a method in java?
What is meant by bytecode?
Where is core java used?
If you do not want your class to be inherited by any other class. What would you do?
Can we use String with switch case?
Can keyword be used as identifier?
What is runtime polymorphism or dynamic method dispatch?
Explain the importance of finalize() method.
What are the application of stack?
How to sort a collection of custom Objects in Java?
how can you retrive information from database by using hashmap/arraylist ,plz explain with example briefly?
AWT event listeners extends what interface?