Java   View all facts   Glossary   Help | 
| syntactic unit > symbol > name > fully qualified name > fully qualified variable name | 
| fully qualified variable name comparison table | ||||||||||||
| Subject | use | have example | has definition | be | start with | see also | contain | is a subtopic of | is a synonym of | is a kind of | have convention | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| fully qualified name | to disambiguate two members of different packages with the same name | A name that is unambiguous | a keyword | simple name | Packages | long name | name | |||||
| variable name | 
  | case sensitive | a letter, an underscore character (_) or a dollar sign ($) | any combination of Unicode characters after the first character | 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 | |||||
| fully qualified variable name | to disambiguate two members of different packages with the same name | 
  | case sensitive | a letter, an underscore character (_) or a dollar sign ($) | simple name | any combination of Unicode characters after the first character | Variables and Data Types | variable 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 | 
Next fully qualified name: fully qualified class name     Up: fully qualified name, variable name    Previous fully qualified name: fully qualified name of a member  of a package