Java   View all facts   Glossary   Help
syntactic unit > symbol > name > variable name
Next nameclass name    Upname    Previous namesimple name   

variable name comparison table
Subject use have example begin with be the same as see also is a subtopic of have convention
constant name 
  • PI
  • DEBUG
  • PENALTY
   Constants the name is written in all capital letters
fully qualified variable nameto disambiguate two members of different packages with the same name
  • loadFile
  • areaCode
  • quitGame
  simple nameVariables and Data Typesit 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
simple variable name 
  • loadFile
  • areaCode
  • quitGame
a lowercase letterthe name of another variable in its scopefully qualified nameVariables and Data Typesit 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 nameclass name    Upname    Previous namesimple name