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");
}
}
Posted by Ganeshbabu at 10:26 AM
Labels: C++, Interview, JAVA, Placement Questions, Programming, Project, Tutorials
0 Comments:
Post a Comment