Thursday 3 February 2011

Latest Java Program for Client Configuration 2011


Latest Java Program for Client Configuration 2011

import java.net.*;

public class Client {
public static void main(String [] args) throws Exception {
Socket s = new Socket("127.0.0.1",100);
System.out.println("Client connected");
}
}

No comments:

Post a Comment

Popular Posts