Networking in Java



General Information

Introduction

The primary Java package used in networks is . Of the the over 25 classes in the package the most important are these:

Sockets from Java World 1996. Sockets from The Java Tutorial.

Protocols ... Knock-knock Joke Protocol from the Java tutorial.

Client Server

More Efficient Servers

In Java 1.4 a new IO package was introduced which can be used to make more efficient servers.
Ryan Stansifer <ryan@cs.fit.edu>
Last modified: Mon Mar 7 09:42:32 EST 2005