| René Nyffenegger's collection of things on the web | |
|
René Nyffenegger on Oracle - Most wanted - Feedback
|
packages in JAVA | ||
|
A package groups related classes, interfaces and subpackages.
Package definitionpackage fully.qualified.package.name;
A source file can have at most one package definition and it must be the first statement in the source file.
|