Java View all facts Glossary Help |
syntactic unit > symbol > name > fully qualified name > fully qualified method name |
fully qualified method name comparison table |
Subject | use | have syntax | have example | has definition | be | see also | is a subtopic of | is a synonym of | is a kind of | |
---|---|---|---|---|---|---|---|---|---|---|
fully qualified name | to disambiguate two members of different packages with the same name | A name that is unambiguous | a keyword | simple name | Packages | long name | name | |||
method name | the same as another method's name in the same class if they each have a different arrangement of parameter types | Methods | name | |||||||
fully qualified method name | to disambiguate two members of different packages with the same name | packageName.className.methodName | java.lang.String.substring | the same as another method's name in the same class if they each have a different arrangement of parameter types | simple name | Packages | method name |
Next fully qualified name: fully qualified name of a member of a package Up: fully qualified name, method name Previous fully qualified name: fully qualified interface name