How many times garbage collector will invoke an object?s
finalize() method?
Answer Posted / rakesh kumar jha
whenever object is go beyond the reachable gc invoked the
object by the finalize method, but it should be atleast
once in life cycle.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is an example of procedure?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is hotjava?
What is a list in java?
Explain importance of finally block in java?
What is meant by class and object in java?
What is java in detail?
what do you mean by marker interface in java?
What is array size in java?
Is a char always 1 byte?
What is integers and example?
How do you escape sequences in java?
how are methods defined?
Explain the difference between transient and volatile in java?
How list contains works in java?