Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    1,550

    Re: Homework help with echoserver and echoclient

    Read the API doc for the readLine() method to see when it returns a null.
    The code has two calls to the readLine() method. Each one will read a line. Only the line read by the first readLine() is...
  2. Replies
    10
    Views
    1,550

    Re: Homework help with echoserver and echoclient

    The error messages would be more complete if the code called the printStackTrace() method in the catch blocks.

    Where is that error message coming from?
    That would happen if the program was...
Results 1 to 2 of 2