package declaration
All > Technology > Programming > Java
- A declaration used to name a package. This must be the first item in a source file, preceding any import statements. For instance,
package java.lang;
David J. Barnes - Cite This Source - This Definition - declaration, definition, high level programming language, native, native method, throws