Java回顾之网络通信 第一篇:Java回顾之I/O 在这篇文章里,我们主要讨论如何使用Java实现网络通信,包括TCP通信、UDP通信、多播以及NIO。 TCP连接 TCP的基础是Socket ...