Socket s = new Socket(hostname, portnumber);
final int HTTP_PORT = 80; Socket s = new Socket("java.sun.com", HTTP_PORT);