Site hosted by Angelfire.com: Build your free website today!
 

The package directive

At compile time, a class can be identified as being part of a particular package by providing a package directive at the beginning of the source code.

A package directive, if it exists, must occur at the beginning of the source code.

package bank.Account;