About this document
Java Socket Programming Overview by ris0201 is a document available to read on EtoBox.
This document provides an overview of socket programming and client-server computing. It discusses what sockets are, which are endpoints of a connection that allow processes on different machines to communicate. It covers the basics of TCP and UDP sockets. It also provides examples of opening, reading from and writing to sockets in Java to establish client-server communication. Multi-threaded socket servers are discussed that can serve multiple clients simultaneously. Code examples are referenced to illustr
- Author
- ris0201
- Language
- EN