CONTENTS | PREV | NEXT The Java Language Environment

Java Base System and Libraries




CHAPTER 9
The complete Java system includes several libraries of utility classes and methods of use to developers in creating multi-platform applications. Very briefly, these libraries are:

Basic Java language classes--java.lang

The Input/Output package--java.io

The Java Utilities package--java.util

The Abstract Window Toolkit--java.awt



CONTENTS | PREV | NEXT
Please send any comments or corrections to jdk-comments@java.sun.com
Copyright © 1997 Sun Microsystems, Inc. All Rights Reserved.