Java   View all facts   Glossary   Help
syntactic unit > symbol > name > class name > fully qualified class name
Next class namesimple class name    Upclass name, fully qualified name

fully qualified class name
subjectfact 
fully qualified class namecontains package nameadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:36:47.0
has example
java.lang.String 
added byL JK -source: Java in a Nutshell, 2001-10-19 11:36:47.0
is a subtopic of Packages2001-10-19 11:36:48.0
is a kind of class nameadded by: JK, 2001-10-19 11:36:48.0
is a kind of fully qualified nameadded by: JK, 2001-10-19 11:36:48.0
class namehas first letter of each word capitalized by convention    2001-10-19 11:36:24.0
is written in the singular by convention    2001-10-19 11:36:24.0
should be a noun by convention    2001-10-19 11:36:25.0
should not be too general or too specific    2001-10-19 11:36:25.0
fully qualified name 2001-10-19 11:36:48.0
can be used to disambiguate two members of different packages with the same name2001-10-19 11:36:48.0
see also simple name2001-10-19 11:36:48.0
nameis made up of a sequence of Unicode characters2001-10-19 11:37:27.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0