Java View all facts Glossary Help |
syntactic unit > symbol > name > class name > fully qualified class name |
fully qualified class name comparison table |
Subject | use | have example | has definition | have | be | see also | contain | is a subtopic of | is a synonym of | is a kind of | write in | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
class name | PartTimeEmployee | first letter of each word capitalized by convention | too general or too specific | spaces | Classes | name | the singular by 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 | |||||
fully qualified class name | to disambiguate two members of different packages with the same name | java.lang.String | first letter of each word capitalized by convention | too general or too specific | simple name | package name | Packages | fully qualified name | the singular by convention |
Next class name: simple class name Up: class name, fully qualified name