Java   View all facts   Glossary   Help
member > method > finalize method
Next methodinstance method    Upmethod    Previous methodfinal method   

finalize method comparison table
Subject clean up is a kind of is a synonym of is a subtopic of have purpose has definition is partitioned into see also
method specificationmember functionMethods Code that specifies some of the behaviour of a class or instancestatic method, instance method 
finalize methodan object before the object is garbage collectedmethod Garbage Collectionto clean up an object before the object is garbage collectedA method that is invoked before an object is discarded by the garbage collector, allowing it to clean up its state finalize

Next methodinstance method    Upmethod    Previous methodfinal method