Serialization using Sockets

Abstract

This example shows how to use sockets and serialization to send and receive objects. The current date is sent from the client to the server.

The receiving part is taken care of in the file Server.java, and the sending part is taken care of in the file Client.java. The Server is the local host machine.



For more information: