What are the two important TCP Socket classes?

Submitted by: Administrator
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.
Submitted by: Administrator

yes
Submitted by: Uma Aruna

Read Online Network Programming Job Interview Questions And Answers