What is the primary difference between TCP and UDP in terms of data delivery?
TCP is connectionless, while UDP is connection-oriented
TCP provides reliable data delivery, while UDP does not guarantee delivery
UDP provides error detection, while TCP does not
TCP is faster than UDP
This question is part of this quiz :
Java Networking Basics and Protocols