JavaTM Development Kit Version 1.2
|
JDK 1.2 Contents |
Version 1.2 of the Java Development Kit adds the following major features to the Java platform and JDK tools since 1.1. The full list of features is at Guide to Features.
- Java Platform
Java Plug-In Tool Support Tools
- Security Enhancements
- Swing (JFC)
- Java 2D (JFC)
- Accessibility (JFC)
- Drag & Drop (JFC)
- Application Services (JFC)
- Collections
- Extensions Framework
- JavaBeansTM Enhancements
- Input Method Framework
- Version Identification
- RMI Enhancements
- Serialization Enhancements
- Reference Objects
- Audio Enhancements
- Java IDL
- JAR Enhancements
- JNI Enhancements
- Reflection Enhancements
- JDBC Enhancements
- Performance Enhancements
- Floating Point Changes
serialPersistentFields
.
ObjectOutputStream.PutField
and
ObjectOutputStream.GetField
provide access to
a serializable field that is not declared as a field within
a Serializable class.
writeReplace
and readResolve
.
@serial, @serialField
,
and
@serialData
provide a way to document the
Serialized Form of a Serializable class. The Javadoc
standard doclet generates a serialization specification based on the
contents of these tags.
idltojava
compiler generates portable client stubs and server skeletons that
work with any CORBA-compliant ORB implementation.
ObjectOutputStream
and
ObjectInputStream
by making their tables more
dynamic and reducing their initial sizes.
Compressed storage needed for class descriptor within a
serialization stream by eliminating duplication of type strings.
Improved throughput when serializing a large number of distinct
objects to a stream.
Several of the tools have improvements; some are listed here.
Copyright © 1997, 1998 Sun Microsystems, Inc. All Rights Reserved. |
JavaSoft |