adspace
Can an object?s finalize() method be invoked while it is
reachable?
Answer Posted / 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 |
Post New Answer View All Answers
How to sort array in descending order in java?
What are the differences between heap and stack memory in java?
What is java string pool?
What is a constructor overloading in java?
Write a program to find the whether a number is an Armstrong number or not?
What is an object in java and how is it created?
Is minecraft 1.15 out?
What is the difference between break and continue statements?
What do you mean by an interface in java?
Differentiate between static and non-static methods in java.
Write a program to print count of empty strings in java 8?
What is a classloader in java?
explain different ways of using thread? : Java thread
Realized?
What is the difference between equals() and == in java?