previous | start | next

Answers

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


previous | start | next