The InetAddress Class

The java.net.InetAddress class is Java's encapsulation of an IP addresses. It is used by most of the other networking classes, including Socket, ServerSocket, URL, DatagramSocket, DatagramPacket, and more.
Posted by Triton
,