Search:

Type: Posts; User: amjoseph

Search: Search took 0.18 seconds.

  1. Replies
    6
    Views
    8,858

    Re: Java TCP multiple clients

    package com.test.network;
    /* The java.net package contains the basics needed for network operations. */
    import java.net.*;
    import java.util.ResourceBundle;
    import java.io.*;

    import...
  2. Replies
    6
    Views
    8,858

    Java TCP multiple clients

    474

    In a screening I was asked to write a code for tcp connection supporting multiple clients. The code works, but my code was rejected bcoz it wasn't efficient.

    Let me know, whats wrong.
    ...
Results 1 to 2 of 2