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");
}
}

Recommended Posts



Privacy Policy

All the Colleges, Schools, Universities, Top lists, Interview question paper, Programming, Tips, Tutorials and all other's just information purpose only. We are not responsible for any damages caused to you.