Vidyalelo
Java Programming · Q93

Java Serialization and Networking

Programming · Java Programming · question 93

Q93

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.

A.
getSocketAddress()
Answer
B.
getAddress()
C.
address()
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board