Complete the following procedure to compile and run the two examples:
javac Server.java
javac Client.java
java Server
bg
java Client
The current date is sent from the client using sockets and serialization
to the server, which then prints out the date.