udp

TCP vs UDP

TCP is a connection-oriented protocol, whereas UDP is a connectionless protocol. A key difference between TCP and UDP is speed, as TCP is comparatively slower than UDP. Overall, UDP is a much faster, simpler, and efficient protocol, however, retransmission of lost data packets is only possible with TCP.

Posted September 8, 2022 by Rohith and Anusha ‐ 2 min read

quick-references blog tcp udp differences

Networking In Java

Networking supplements a lot of power to simple programs. With networks, a single program can regain information stored in millions of computers positioned anywhere in the world. Java is the leading programming language composed from scratch with networking in mind. Java Networking is a notion of combining two or more computing devices together to share resources.

Posted August 24, 2022 by Anusha ‐ 8 min read

core java java-networking programming tcp udp

Subscribe For More Content