Vidyalelo
Java Programming · Q13

Java Serialization and Networking

Programming · Java Programming · question 13

Q13

What is the primary use of the `DatagramSocket` class in Java Networking?

A.
To send and receive datagrams over a connectionless UDP protocol
Answer
B.
To establish a secure socket connection
C.
To handle HTTP requests
D.
To serialize objects

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board