Java View all facts Glossary Help |
syntactic unit > symbol > name > variable name > constant name |
constant name comparison table |
Subject | have example | is a subtopic of | is a kind of | have convention |
---|---|---|---|---|
variable name |
| Variables 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 |
constant name |
| Constants | variable name | the name is written in all capital letters |
Next variable name: fully qualified variable name Up: variable name Previous variable name: simple variable name