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 does null mean in java?
What is unicode used for?
why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?
What are features of java?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What are the common problems you have faced while implementing Java?
What is constructor in java ?
What is the difference between private & public & friendly classes?
question on Thread synchronization
How to sort elements in a parallel array in java?
How to sort the elements in HashMap
what are the methods of an object class?