Beispiel
public class
ClassA
{
protected void
finalize (
int
i)
throws
Throwable {
super
.finalize();
}
}
Lösung
Überladen Sie Methoden 'finalize()' nicht.