What is the primary use of the `DatagramSocket` class in Java Networking?
A. To send and receive datagrams over a connectionless UDP protocol
B. To establish a secure socket connection
C. To handle HTTP requests
D. To serialize objects
Answer: Option A
Join The Discussion