Basic HTML version of Foils prepared 19 July 97

Foil 45 Overview of Packages and Directory Structure

From Java Tutorial - Summer 1997 Part II: Java Language and Object-Oriented Concepts CEWES Tutorial -- July 22-25 1997. by Nancy J. McCracken,Geoffrey C. Fox


1 One file can contain several related classes, but only one of them can be public. If the public class is called wheat.java, then the file must be called wheat.
2 A set of classes in different files can be grouped together in a package. Each of the files must be in the same directory and contain the command
  • package mill;
3 The name of the directory must also be mill.

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Wed Apr 1 1998