+1 vote
in JAVA by
What is Socket?

1 Answer

0 votes
by

A socket is simply an endpoint for communications between the machines. It provides the connection mechanism to connect the two computers using TCP. The Socket class can be used to create a socket.

...