Search:

Type: Posts; User: curmudgeon

Search: Search took 0.13 seconds.

  1. [SOLVED] Re: My chat program's multi threaded server keeps on throwing exceptions when calling nextLine();

    That's great, but still I urge you not to use empty catch blocks which is the coding equivalent of driving a car with blindfolds on.
  2. [SOLVED] Re: My chat program's multi threaded server keeps on throwing exceptions when calling nextLine();

    Why is your catch block empty? You shouldn't do that, and should at least print a stack trace there.
Results 1 to 2 of 2