Multiple choice

Java applications can also create and/or use UDP based network connections by making use of which of following classes?

  1. DatagramPacket

  2. URLConnection

  3. DebuggerCallback interface

  4. RemoteStackVariable

  5. DatagramSocket

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Java applications can also create and/or use UDP based network connections by making use of the DatagramSocket class.