Java Networking in a Nutshell

A. Networking terms and basics 1. Networking – Introduction 2. Communication with TCP/IP Protocol B. Using TCP/IP Protocol 1. Client to server (one way) 2. Server to client (one way) 3. Server sending file contents (two way non-continuous) 4. Chat Program (two way continuous) C. Using UDP Protocol 1. Server to clients D. Reading file …

Java Networking in a Nutshell Read More »