Can an object?s finalize() method be invoked while it is
reachable?
Answers were Sorted based on User's Feedback
Answer / janet
While the object is still reachable, an object?s finalize()
method cannot be invoked by the garbage collector.
However, an object?s finalize() method may be invoked by
other objects.
| Is This Answer Correct ? | 3 Yes | 0 No |
What do u mean by variable?
Explain a few methods of overloading best practices in java?
What is a function easy definition?
What is difference between final and finally in java?
Difference between Encapsulation and Abstraction
Can we write multiple catch blocks under single try block?
describe method overloading
What is the argument in java?
What is float in java?
How do you convert an int to a string in java?
What is data string?
what is diffrence between .NET and java?