Monday, July 5, 2010

Package Hierarchy

To create a hierarchy of packages, separate each package name from the one above it by use of a period.


package pkg1[.pkg2[.pkg3]];

/* A package hierarchy must be reflected in the file system of your Java development system. */

No comments:

Post a Comment