InterviewSolution
Saved Bookmarks
| 1. |
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() |
|
Answer» Correct answer is (a) getData() Easiest explanation: None. |
|