Java View all facts Glossary Help |
syntactic unit > symbol > name > fully qualified name > fully qualified method name |
fully qualified method name | ||||
subject | fact |
fully qualified method name | has example java.lang.String.substring | |
has syntax packageName.className.methodName | ||
is a subtopic of Methods | ||
is a subtopic of Packages | ||
is a kind of fully qualified name | ||
is a kind of method name | ||
fully qualified name | ||
can be used to disambiguate two members of different packages with the same name | ||
see also simple name | ||
method name | can be the same as another method's name in another class | |
can be the same as another method's name in the same class if they each have a different arrangement of parameter types | ||
name | is made up of a sequence of Unicode characters | |
syntactic unit | has syntax rule bold = mandatory |