Lists And Tables
The following lists and tables can help you convert your programs
by showing you the alternatives to deprecated API and listing new
packages and classes available for use. These lists and tables
offer a fairly complete summary of the API changes made for 1.1.
(In fact, the only missing information is a list of methods added
to classes that existed in 1.0.2.)
- Alternatives to Deprecated
    Methods in java.lang, java.net, and java.util
 - 
    A table of deprecated classes and methods in all packages
    except for 
java.io and java.awt.*
    and their alternatives.
 - Character Streams versus
    Byte Streams
 - 
    A table of character-stream classes and their byte-stream
    equivalents, accompanied by brief descriptions.
 - Alternatives to Deprecated
    Classes and Methods in java.io
 - 
    A table of deprecated classes and methods in 
java.io
    and their alternatives.
 - Alternatives to Deprecated
    Methods in the AWT
 - 
    A table of deprecated classes and methods in 
java.awt
    and their alternatives.
 - All Deprecated Classes and Methods in JDK 1.1
 - 
    A compact table that lists all deprecated classes and methods in JDK 1.1.
 - Event-Conversion Table
 - 
    A table that shows the conversions for event-handling code in the AWT.
 - Packages New for 1.1
 - 
    A list of the packages that are new for 1.1.
 - Classes New for 1.1
 - 
    A list of the classes that are new for 1.1.
 - Changes to the Java Language
 - 
    A list of the changes that were made to the Java language for 1.1.