Java View all facts Glossary Help |
member > method > finalize 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 | specification | member function | Methods | Code that specifies some of the behaviour of a class or instance | static method, instance method | |||
finalize method | an object before the object is garbage collected | method | Garbage Collection | to clean up an object before the object is garbage collected | A method that is invoked before an object is discarded by the garbage collector, allowing it to clean up its state | finalize |
Next method: instance method Up: method Previous method: final method