Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: CCN(Computer Communication and Network Systems)

    It goes in the catch block:

    catch (IOException e)
    {e.printStackTrace();}



    Add a counter and send the buffer full when the counter reaches the amount.
  2. Re: CCN(Computer Communication and Network Systems)

    Here are some tools and ideas I use for debugging client-server code. Execute client and server in one JVM by putting this main() in a testing class and executing it:



    public static void...
  3. Re: CCN(Computer Communication and Network Systems)

    What does the code do now when it is executed? Please copy the full contents of the consoles and paste it here.
Results 1 to 3 of 3