Java   View all facts   Glossary   Help
syntactic unit > symbol > name > fully qualified name > fully qualified variable name
Next fully qualified namefully qualified class name    Upfully qualified name, variable name    Previous fully qualified namefully qualified name of a member of a package   

fully qualified variable name comparison table
Subject use have example has definition be start with see also contain is a subtopic of is a synonym of is a kind of have convention
fully qualified nameto disambiguate two members of different packages with the same name A name that is unambiguousa keyword simple name Packageslong namename 
variable name 
  • loadFile
  • areaCode
  • quitGame
 case sensitivea letter, an underscore character (_) or a dollar sign ($) any combination of Unicode characters after the first characterVariables and Data Types name it consists of several words joined together with the first letter of the variable name in lowercase, each successive word beginning with a capital letter and all other letters lowercase
fully qualified variable nameto disambiguate two members of different packages with the same name
  • loadFile
  • areaCode
  • quitGame
 case sensitivea letter, an underscore character (_) or a dollar sign ($)simple nameany combination of Unicode characters after the first characterVariables and Data Types variable nameit consists of several words joined together with the first letter of the variable name in lowercase, each successive word beginning with a capital letter and all other letters lowercase

Next fully qualified namefully qualified class name    Upfully qualified name, variable name    Previous fully qualified namefully qualified name of a member of a package