Java View all facts Glossary Help |
syntactic unit > symbol > name > simple name > simple variable name |
simple variable name | ||||
subject | fact |
simple variable name | begins with a lowercase letter | |
cannot be the same as the name of another variable in its scope | ||
is a subtopic of Packages | ||
is a subtopic of Variables and Data Types | ||
is a kind of simple name | ||
is a kind of variable name | ||
simple name | ||
see also fully qualified name | ||
variable name | has 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 lowercase | |
has example
| ||
is case sensitive | ||
may contain any combination of Unicode characters after the first character | ||
may not start with a number | ||
must start with a letter, an underscore character (_) or a dollar sign ($) | ||
name | is made up of a sequence of Unicode characters | |
syntactic unit | has syntax rule bold = mandatory |
Next simple name: simple class name Up: simple name, variable name