CS 596 Client-Server Programming
Assignment 4
[To Assignment Index]
San Diego State University -- This page last updated March 5, 1996
Assignment 4 - My First Client
Due: March 12
1) Write, compile and run a Java program that is a client to your server of
assignment 3. The client should request a line of text from the user via
standard in and standard out. The line of text is to be sent to the server. The
server's response is to be displayed on the screen. The client should again ask
the user for a line of text. This should continue until the user terminates the
client.
What to turn in!
- Source code for the client.