Specifications

Sun Services
Java™ Programming Language
Module 2, slide 21 of 26
Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. Sun Services, Revision F
Directory Layout and Packages
Packages are stored in the directory tree containing the
package name.
An example is the shipping application packages.
shipping/
domain/
gui/
reports/
Vehicle.class
RiverBarge.class
Truck.class
VehicleCapacityReport.class
Company.class