Inter-Process Communication in Java using Sockets

The concepts behind sockets were explained in the seminar notes and the second lab assignment.

An example of a client/server application that uses sockets is provided to get you started with the third lab assignment.

To find details about a class or a method related to sockets, browse through the java documentation starting from file:/sw/jdk-1.2/usr/java1.2/docs/api/java/net/package-summary.html.