Which Api Gets The Socketaddress Usually Ip Address Port Number #661
Which API gets the SocketAddress (usually IP address + port number) of the remote host that this packet is being sent to or is coming from.
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Serialization Networking - Datagram in Java - Quiz No.1.
Which API gets the SocketAddress (usually IP address + port number) of the remote host that this packet is being sent to or is coming from.
getSocketAddress()
getAddress()
address()
none of the mentioned