A Java socket client class (example source code)
By Alvin Alexander. Last updated: October 18 2016
Summary: This article shares the source code for a simple Java Socket client class. This article demonstrates both (a) how to write to a Java socket, and (b) how to read from a Java socket.