Search:

Type: Posts; User: Patrick W

Search: Search took 0.18 seconds.

  1. Replies
    6
    Views
    1,463

    Re: Stream issue?

    Hmm Good idea! Don't know why I didn't think of that before >.<
  2. Replies
    6
    Views
    1,463

    Re: Stream issue?

    Well, this bit here is meant to await input from the user:



    BufferedReader stdIn = new BufferedReader(
    new InputStreamReader(System.in));

    PrintWriter out = new...
  3. Replies
    6
    Views
    1,463

    Re: Stream issue?

    The console doesn't show anything because it's (Supposed to be) awaiting input from me (the user). As for the main methods:

    Server:


    package org.com.eng.server;

    import java.io.IOException;...
  4. Replies
    6
    Views
    1,463

    Stream issue?

    So I've been grinding over the summer to make sure I'm ahead of my class when the school year starts, and I recently started dabbing into sockets and datagram servers etc. I haven't fully wrapped my...
Results 1 to 4 of 4