Finalize
This lesson talks about the finalize method of the Object class.
We'll cover the following...
We'll cover the following...
1.
Explain the finalize() method
0/500
Show Answer
1 / 4
1.
How many times does JVM invoke the finalize() method on an object?
0/500
Show Answer
Did you find this helpful?
With the release of JDK 9 finalize() has been deprecated. Deprecation does not necessarily mean removal or future removal. It is an indication used to note that the annotated element should (if possible) be avoided and may potentially be removed in future releases of the Java platform.