InetAddress
-
java.net.Inet4Address Example
In this example we will discuss about Inet4Address and its usage. Inet4Address represents an Internet Protocol version 4 (IPv4) address.…
Read More » -
How to get IP address in Java using InetAddress
An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a…
Read More » -
Get hostname from IP address
This is an example of how to get the host name of a remote host from its IP address. Doing…
Read More » -
Get IP address and hostname from local machine
In this example we shall show you how to retrieve the IP address and hostname from the local host. To…
Read More » -
Get IP address from hostname
In this example we shall show you how to retrieve the IP address from the hostname of a specific host.…
Read More »