CPSC 3600 - DAY 4 JANUARY 20, 2017 ================================================================================ .Client with TCP Protocol .Creates a new socket with a constructor. .The socket attempts to connect to the remote host. .Get input and output stream from the socket. .Send and recieve data using these streams .close the connection .Java socket API .Package java.net .InetAddress .Socket .ServerSocket .URL .URLConnection .DatagramSocket