Basic HTML version of Foils prepared 18 May 97

Foil 71 Overview of Packages and Directory Structure

From Java Tutorial - Spring 1997 Part II: Java Language and Object-Oriented Concepts Peking Tutorial, Web Certificate -- Spring-Summer 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 Thu Jan 8 1998