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
subjectfact 
simple variable namebegins with a lowercase letteradded by: DS, source: Sun Java Tutorial, comment: by convention, 2001-10-19 11:37:54.0
cannot be the same as the name of another variable in its scopeadded by: DS, source: Sun Java Tutorial, 2001-10-19 11:37:54.0
is a subtopic of Packages2001-10-19 11:37:54.0
is a subtopic of Variables and Data Types2001-10-19 11:37:54.0
is a kind of simple nameadded by: JK, 2001-10-19 11:37:54.0
is a kind of variable nameadded by: JK, 2001-10-19 11:37:54.0
simple name 2001-10-19 11:37:54.0
see also fully qualified name2001-10-19 11:37:54.0
variable namehas convention 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 lowercase2001-10-19 11:38:14.0
has example
  • loadFile
  • areaCode
  • quitGame
2001-10-19 11:38:14.0
is case sensitive2001-10-19 11:38:14.0
may contain any combination of Unicode characters after the first character2001-10-19 11:38:14.0
may not start with a number2001-10-19 11:38:14.0
must start with a letter, an underscore character (_) or a dollar sign ($)2001-10-19 11:38:14.0
nameis made up of a sequence of Unicode characters2001-10-19 11:37:27.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0

Next simple namesimple class name    Upsimple name, variable name