Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 222 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 222 Bytes

Program using TCP sockets in Java

Networking in java The first program is for the implementation of TCP sockets(Client & Server)

Includes Cli.java Ser.java First you need to run the server and then client.