About this document
Overview of Socket API and Communication Types by 36 Pawan kumar is a document available to read on EtoBox.
The document discusses the socket API, which provides an interface for inter-process communication. It describes the socket metaphor that allows processes to communicate by creating socket constructs. It then covers the two main types of sockets: datagram sockets for connectionless communication using UDP, and stream sockets for reliable connected communication using TCP. The key classes and functions for each socket type in Java are also outlined.
- Author
- 36 Pawan kumar
- Language
- EN