Tag Archives: Sockets

Sockets in Java

TCP provides a reliable, point-to-point communication channel that client-server applications on the Internet use to communicate with each other. To communicate over TCP, a client program and a server program establish a connection to one another. Each program binds a … Continue reading

Posted in programming | Tagged , | Leave a comment