Java   View all facts   Glossary   Help
syntactic unit > scoping unit > package > default package
Next packagejava.applet    Uppackage    Previous packagejavax.swing   

default package
subjectfact 
default packagehas definition An unnamed package that contains class files whose source files did not contain a package statementadded by: JK, reference: Source 2, 2001-10-19 11:36:36.0
does not have a nameadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:36:36.0
has purpose storing temporary or small applicationsadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:36:36.0
is a subtopic of Packages2001-10-19 11:36:36.0
is defined by all the files in current directoryadded by: Marvin, 2001-10-19 11:36:36.0
is a kind of packageadded by: DS, source: Sun Java Tutorial, 2001-10-19 11:36:36.0
packagecan be imported2001-10-19 11:37:38.0
can be imported by using the import statement    2001-10-19 11:37:38.0
contains 0 or more classes and 0 or more interfaces2001-10-19 11:37:38.0
defines a name space    2001-10-19 11:37:38.0
groups classes or interfaces by function2001-10-19 11:37:38.0
is specified by a file that begins with a package statement2001-10-19 11:37:38.0
is stored as a set of class files in a directory2001-10-19 11:37:38.0
see also package name2001-10-19 11:37:38.0
to create you put a class in it or put an interface in it by putting a package statement at the top of the source file in which the class or interface is defined2001-10-19 11:37:38.0
to import you use the import statement with the asterisk wildcard character2001-10-19 11:37:38.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0

Next packagejava.applet    Uppackage    Previous packagejavax.swing