Java View all facts Glossary Help |
syntactic unit > symbol > name > variable 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 |
| Constants | the name is written in all capital letters | |||||
fully qualified variable name | to disambiguate two members of different packages with the same name |
| simple name | Variables and Data Types | 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 |
| a lowercase letter | the name of another variable in its scope | fully qualified name | Variables and Data Types | 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 |
Next name: class name Up: name Previous name: simple name