Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
The JDK 1.1 release made several enhancements to the networking package,java.net
: Support was added for selected BSD-style socket options;Socket
andServerSocket
are now non-final, extendable classes; new subclasses ofSocketException
have been added for finer granularity in reporting and handling network errors; and support was added for multicasting.The JDK 1.1 release also includes general performance improvements and bug fixes.
java.net
to support these enhancements, refer to
Additions to java.net
and to find a list of the APIs deprecated in java.net
see
The java.net.Socket
Class.
java.net
.
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.