Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Re: Problem with communicating between client and server sockets in Java

    If your client has two tasks - 1) parse numbers 2) move on when it encounters a the termination character (.) - your client code must anticipate either (or both). My advice: parse the input to look...
  2. Re: Problem with communicating between client and server sockets in Java

    I recommend reading the API for methods you are using that the stack trace indicates:
    Integer (Java Platform SE 7 )
    The period at the end of this String cannot be parsed into a number, and will...
Results 1 to 2 of 2