JavaTM 2 SDK, Standard Edition, version 1.3
|
Contents
|
The new features of version 1.3 of the Java 2 SDK, Standard Edition are listed below. The full list of features, including features brought forward from previous versions of the SDK, is available at Guide to Features.
- Java 2 Platform
Performance Tool Support Tools
- Java Naming and Directory InterfaceTM (JNDI)
- Remote Method Invocation (RMI)
- RMI/IIOP
- Drag and Drop Enhancements
- Java Sound
- Applet Deployment Enhancements
- Java 2DTM Enhancements
- Swing Enhancements
- AWT Enhancements
- Security Enhancements
- Networking Enhancements
- Reflection Enhancements
- Object Serialization Enhancements
- Accessibility Enhancements
- Input Method Framework
- Collections Framework Enhancements
- Enhancements to java.math
- Enhancements in java.lang and java.util.*
- Enhancements to the Extension Mechanism and Jar Files
java.rmi.server.RMIClassLoader
has a new
method, getClassLoader
.
rmic
has several new
options and now defalts to
using '-d .
' behavior if no other
destination directory is specified using the
-d
option.
rmid
now requires a security policy file.
DomainCombiner
interface provides a means to dynamically
update the ProtectionDomains associated with the current AccessControlContext
.
java.util.EventListener
-- to process a variety of
events of different types in a uniform fashion, such as by logging
all such events to a file.
Copyright © 1999, 2000 Sun Microsystems, Inc. All Rights Reserved. |
|