CS151 Object Oriented Programming

Homework 3

 

Using the client/server computing concepts taught in class to write a Java chat application.

The Java application has to fullfill the following:

 

Extra Credit

Modify your chat server to be a multi-thread server which can handle multiple clients to have a conference session. The server in that case tracks all the clients login and boardcase all the chat text to all the clients.

 

NOTE: What to handin: