1.

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

A. Datagram Socket(int port)
B. Datagram Socket(int port, Int Address address)
C. Datagram Socket()
D. None of the mentioned
Answer» C. Datagram Socket()


Discussion

No Comment Found