Java Networking - Sockets and RMI Question:

What are the two important TCP Socket classes?

Answer:

Socket and ServerSocket. ServerSocket is used for normal two-way socket communication. Socket class allows us to read and write through the sockets. getInputStream() and getOutputStream() are the two methods available in Socket class.

Download Java Networking - Sockets and RMI PDF Read All 10 Java Networking - Sockets and RMI Questions
Previous QuestionNext Question
What information is needed to create a TCP Socket?When MalformedURLException and UnknownHostException throws?