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 the static block?
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
What about instanceof operator in java?
How do you compare characters in java?
What do you meant by active and passive objects?
What are mutable classes?
What is finalize method?
What is the vector class in java programming?
Can we call thread start () twice?
What is object class in java?
How many types of assembly languages are there?
What does flagged out mean?