what are the classes used to create connectionless datagram socket API in java?
Answers
Answered by
0
Answer:
In Java, two classes are provided for the datagram socket API: 1. the DatagramSocket class for the sockets. 2.
Similar questions