Home » JAVA Programming » Networking » Question
  1. Which of these method of DatagramPacket is used to obtain the byte array of data contained in a datagram?
    1. getBytes()
    2. getArray()
    3. recieveBytes()
    4. getData()
    5. None of these
Correct Option: D

getData()



Your comments will be displayed only after manual approval.