Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: Java socket

    by Norm
    Replies
    3
    Views
    1,038

    Re: Java socket

    A while(true) loop should not instantly exit, unless there was an exception thrown.
  2. Thread: Java socket

    by Norm
    Replies
    3
    Views
    1,038

    Re: Java socket

    The program will stop executing when the main() method exits unless there is one or more threads running.

    What do you want the program to do after it prints out the modifiedSentence?
Results 1 to 2 of 2