Java View all facts Glossary Help |
| syntactic unit > scoping unit > package > default package |
| default package comparison table | ||||
| Subject | has definition | have purpose | is a kind of | defined by |
|---|---|---|---|---|
| package | A collection of related classes and interfaces that provides access protection and namespace management | to group together related classes into a subsystem | scoping unit | |
| default package | An unnamed package that contains class files whose source files did not contain a package statement | storing temporary or small applications | package | all the files in current directory |
Next package: java.applet Up: package Previous package: javax.swing