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 mvc in java?
Java violates few objected oriented concepts. Can you explain in what way?
Is there is any difference between a scrollbar and a scrollpane?
whats is inheritance?
15 Answers CTS, HCL,
What is the use of singleton?
Explain about map interface in java?
Give us the name of the list layoutmanagers in java?
Difference between arraylist and hashset in java?
Why lambda expression is used in java?
Why do we need hashmap in java?
How do u pass data from one jsp to another jsp?
can any one send me the example program of immutable class?