SocketClient
Write a Java Application that takes a filename as a command line parameter, opens a connection
to the SocketServer, passes the filename, then writes all it
recieves to a DOS window.
Use the args[] array of the "main" method and the System.out method as demonstrated in class.