 |
A Java Client Server Tutorial | eHow - eHow | How to - Discover the expert in you!
Paste the following into your Client file: import java.net.*; import java.io.*; public class Client {public static void main(String[] args) throws IOException, UnknownHostException {Socket socket = new Socket("localhost", 5445); BufferedReader in = new Bu
www.ehow.com |
 |