1.

Which constructor of DatagramSocket class is used to creates a datagram socket and binds it with the given Port Number?

A. DatagramSocket(int port)
B. DatagramSocket(int port, InetAddress address)
C. DatagramSocket()
D. None of the above
Answer» C. DatagramSocket()


Discussion

No Comment Found