Which of these method of DatagramPacket is used to obtain the byte array of data contained in a datagram?
(a) getData()
(b) getBytes()
(c) getArray()
(d) recieveBytes()
(a) getData()
(b) getBytes()
(c) getArray()
(d) recieveBytes()
Correct answer is (a) getData()
Easiest explanation: None.