Page 1 of 1

Which constructor of Datagram Socket class is used to create a datagram socket and binds it with the given Port Number?

Posted: Thu Jul 14, 2022 8:07 am
by answerhappygod
a) Datagram Socket(int port)
b) Datagram Socket(int port, Int Address address)
c) Datagram Socket()
d) Datagram Socket(int address)