Java   View all facts   Glossary   Help
synonym > package statement
Next declarationparameter declaration    Updeclaration, statement, synonym    Previous declarationobject declaration   

package statement comparison table
Subject terminate by have syntax have example occur be part of have purpose has definition be have syntax rule contain is a subtopic of is a synonym of is a kind of
declaration    definition A statement that establishes an identifier and associates attributes with it, without necessarily reserving its storage (for data) or providing the implementation (for methods) 
bold = mandatory
italic = non-terminal
normal font = optional
 Variables and Data Types syntactic unit
statementa semicolon     A syntactic unit that defines a step in the execution of a programnot more than one line long if possible
bold = mandatory
italic = non-terminal
normal font = optional
 Statements and Expressions syntactic unit
synonym      One of two or more words or expressions that have the same meaning     kbTop
package statementa semicolon
package packageName
package com.naviseek.canasta
at the beginning of a filedefinitionto specify the name of the package to which the compilation unit in which the package declaration is put belongsA statement that declares the name of the package the file definesthe first statement in the source file except for comments
bold = mandatory
italic = non-terminal
normal font = optional
package information about the class in the source filePackagespackage declarationstatement

Next declarationparameter declaration    Updeclaration, statement, synonym    Previous declarationobject declaration