Java   View all facts   Glossary   Help
syntactic unit > symbol > name > package name
Next nameprimitive type name    Upname    Previous namename of a constructor   

package name
subjectfact 
package namehas example
finance.banking.accounts    
source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:38.0
has example com.naviseek.Mapplet is found in the naviseek directory which is inside the com directory (com aviseekMapplet.class in other words)added by: JK, source: Teach Yourself Java in 21 Days, 2001-10-19 11:37:38.0
is a subtopic of Packages2001-10-19 11:37:38.0
is composed of a series of words separated by dots    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:38.0
is a kind of namesource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:38.0
maps to a directory name on the file systemadded by: JK, source: Teach Yourself Java in 21 Days, 2001-10-19 11:37:38.0
should have the domain name of the organization (with the components inverted) prepended to the package name by convention to assure that each package name is unique in the world    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:38.0
namecannot be a keyword2001-10-19 11:37:27.0
is 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