Java   View all facts   Glossary   Help
syntactic unit > symbol > name > variable name > constant name
Next variable namefully qualified variable name    Upvariable name    Previous variable namesimple variable name   

constant name comparison table
Subject have example is a subtopic of is a kind of have convention
variable name
  • loadFile
  • areaCode
  • quitGame
Variables and Data Typesnameit 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
constant name
  • PI
  • DEBUG
  • PENALTY
Constantsvariable namethe name is written in all capital letters

Next variable namefully qualified variable name    Upvariable name    Previous variable namesimple variable name