http://www.javasoft.com/JDK-1.0/api/packages.html (PC Press Internet CD, 03/1996)
Tips for Using Java API Doc Class Hierarchy Index
Java API Documentation
Java interfaces and classes are grouped into packages. The following Package Index lists all available packages, from which you can access interfaces and classes.
Java Packages
- java.lang
- Package that contains essential Java classes, including numerics, strings, objects, compiler, runtime, security and threads. Unlike other packages, java.lang is automatically imported into every Java program.
- java.util
- Package containing miscellaneous utility classes, including generic data structures, settable bits class, time, date, string manipulation, random number generation, system properties, notification, and enumeration of data structures.
- java.io
- Package that provides a set of input and output streams to read and write data to files, strings, and other sources.
- java.net
- Package for network support, including URLs, TCP sockets, UDP sockets, IP addresses and a binary-to-text converter.
- java.applet
- Package that enables construction of applets. It also provides information about an applet's parent document, about other applets in that document, and enables an applet to play audio.
- java.awt
- Package that provides user interface features such as windows, dialog boxes, buttons, checkboxes, lists, menus, scrollbars and text fields. (Abstract Window Toolkit)
- java.awt.image
- Package for managing image data, such as the setting the color model, cropping, color filtering, setting pixel values and grabbing snapshots.
- java.awt.peer
- Package that connects AWT components to their platform-specific implementation (such as Motif widgets or Microsoft Windows controls).
Other Packages
- sun.tools.debug
- Package to support Java debugging and object
inspection tools.
This page last modified 2/22/96. (No deeper pages in Java API documentation modified.)