Java View all facts Glossary Help |
| syntactic unit > symbol > name > fully qualified name > fully qualified variable name |
| fully qualified variable name | ||||
| subject | fact | |||
| fully qualified variable name | is a subtopic of Packages | ![]() |
| is a subtopic of Variables and Data Types | ![]() | |
| is a kind of fully qualified name | ![]() | |
| is a kind of variable name | ![]() | |
| fully qualified name | ![]() | |
| can be used to disambiguate two members of different packages with the same name | ![]() | |
| see also simple 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 | ![]() |