Java View all facts Glossary Help |
member > method > deprecated method |
deprecated method comparison table |
Subject | is a kind of | is a synonym of | has definition | is partitioned into |
---|---|---|---|---|
method | specification | member function | Code that specifies some of the behaviour of a class or instance | static method, instance method |
deprecated method | method | A method that has been replaced by a different method in a later version of Java |
Next method: final method Up: method Previous method: class method