Java   View all facts   Glossary   Help
syntactic unit > symbol > name > fully qualified name > fully qualified method name
Next fully qualified namefully qualified name of a member of a package    Upfully qualified name, method name    Previous fully qualified namefully qualified interface 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 nameto disambiguate two members of different packages with the same name  A name that is unambiguousa keywordsimple namePackageslong namename
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 nameto 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 typessimple namePackages method name

Next fully qualified namefully qualified name of a member of a package    Upfully qualified name, method name    Previous fully qualified namefully qualified interface name