|
Advertisement
|
Forum posts by tareliang:1 page [ 1 ]
Posted in Java Answers Forum, Oct 29, 2002, 12:03 PM
it is my first client-server program..but i don`tknow how to use two ( or more ) client to connectserver..( only one client can connect ) hope everyone teach me , i will feel very very thankful..***below is client code ***import java.io.*;import java.net.*;public class client { public static void main (String args[]) { try { if (args.length !=...
1 page [ 1 ]
|