Modify your latest working version of the IM application so that client and server communicate via serialized objects (e.g. of type Message).

Modify your latest working version of the IM application so that client and server communicate via serialized objects (e.g. of type Message). Each Message object encapsulates the name of the sender and the response typed by the sender. You may assume that the names are provided as command-line arguments to the client and server respectively.

Remember to submit output of tests in addition to your source files.

I uploaded the code for my program. It contains the template my professor wants me to work with. It was used with the BlueJ program

Latest Assignment