Search:

Type: Posts; User: Kerr

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    2,024

    Re: Java Network performance analyser program help

    No problems. Good luck :).
  2. Replies
    4
    Views
    2,024

    Re: Java Network performance analyser program help

    Look into the two classes ServerSocket and Socket. ServerSocket allows you to create a server that listens for a port, Socket allows you to connect to it. Also, read about DataInputStream and...
Results 1 to 2 of 2