News

However, you should end your finalize() methods with calls to super.finalize ();. During the class hierarchy design, you might insert a superclass — one that declares its own finalize() method ...
Because all exception classes ultimately derive from Throwable (in the java.lang package), Object declares finalize() with a throws Throwable clause appended to its method header.