Java   View all facts   Glossary   Help
syntactic unit > symbol > name > simple name > simple variable name
Next simple namesimple class name    Upsimple name, variable name

simple variable name comparison table
Subject have example begin with be be the same as start with see also contain is a subtopic of is a synonym of is a kind of have convention
simple name  a keyword  fully qualified name Packagesshort namename 
variable name
  • loadFile
  • areaCode
  • quitGame
 case sensitive a 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
simple variable name
  • loadFile
  • areaCode
  • quitGame
a lowercase lettercase sensitivethe name of another variable in its scopea letter, an underscore character (_) or a dollar sign ($)fully qualified 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 simple namesimple class name    Upsimple name, variable name