Java View all facts Glossary Help |
| syntactic unit > symbol > name > method name |
| method name comparison table | ||||||||
| Subject | use | have example | have syntax | be the same as | see also | contain | is a subtopic of | |
|---|---|---|---|---|---|---|---|---|
| fully qualified method name | to disambiguate two members of different packages with the same name | java.lang.String.substring | packageName.className.methodName | simple name | Packages | |||
| get method name | getHours | the word "get" by convention | Methods | |||||
| method name of overriding method | method name of the overridden method | Methods | ||||||
| set method name | setHours | the word "set" by convention | Methods |
Next name: name of a constructor Up: name Previous name: fully qualified name