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 |
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is the purpose of checked and unchecked exceptions in JAVA?
What is HashTable?
How to sort array of 0 and 1 in java?
Can an object?s finalize() method be invoked while it is reachable?
What is the function of character?
how a marker interface gets its functionality and when we implements a marker interface how it got invoked
What is palindrome in java?
Mention some features of java?
What is meant by throwing an Exception?
Is minecraft java edition free?
What is method reference in java?