Packages  This Package  Prev Package  Next Package  Index  

Java API Documentation
1.0.2

NOTE: This is an Interim Document

Preface

Java Packages

Java interfaces and classes are grouped into packages. The following are the java packages, from which you can access interfaces and classes, and then fields, constructors, and methods.

java.lang
Package that contains essential Java classes, including numerics, strings, objects, compiler, runtime, security, and threads. This is the only package that is automatically imported into every Java program.
java.io
Package that provides classes to manage input and output streams to read data from and write data to files, strings, and other sources.
java.util
Package that contains miscellaneous utility classes, including generic data structures, bit sets, time, date, string manipulation, random number generation, system properties, notification, and enumeration of data structures.
java.net
Package that provides classes for network support, including URLs, TCP sockets, UDP sockets, IP addresses, and a binary-to-text converter.
java.awt
Package that provides an integrated set of classes to manage user interface components such as windows, dialog boxes, buttons, checkboxes, lists, menus, scrollbars, and text fields. (AWT = Abstract Window Toolkit)
java.awt.image
Package that provides classes for managing image data, including color models, cropping, color filtering, setting pixel values, and grabbing snapshots.
java.awt.peer
Package that connects AWT components to their platform-specific implementations (such as Motif widgets or Microsoft Windows controls).
java.applet
Package that enables the creation of applets through the Applet class. It also provides several interfaces that connect an applet to its document and to resources for playing audio.

Sun Packages

sun.tools.debug
Package that contains the debug interfaces and classes.

NOTE: This is an Interim Document

This document is an interim HTML version of the API documentation. This version has been revised and updated by the JavaSoft engineers and thus represents the most current documentation for Java 1.0.2.

We are aware that this version is currently missing two important features from the previous version: the Class Hierarchy page (which lists all of the classes) and the class hierarchy at the top of each class page. We will add these back in the final version of the documentation.

This version was not generated using the javadoc program. It was instead generated from the FrameMaker files that will soon be published as the book "Java Application Programming Interface" by Addison-Wesley.


Packages  This Package  Prev Package  Next Package  Index
Java API Document (HTML generated by dkramer on April 14, 1996)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com