previous
|
start
|
next
Answers
The program makes a connection to the server, sends the
GET
request, and prints the error message that the server returns.
Socket s = new Socket("e-mail.sjsu.edu", 110);
previous
|
start
|
next