Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 469 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 469 Bytes

Java Socket programming is used for communication between the applications running on different JRE.

Java Socket programming can be connection-oriented or connection-less.

You can find examples for both ways to establish communication between machines

Connection-oriented => TCP

Connection-less => UDP