Nov 12
|
Use the getHostName() method of the InetAddress class
InetAddress address = InetAddress.getByName(ipaddress); String hostname = address.getHostName();
CategoriesArchives
|
Use the getHostName() method of the InetAddress class InetAddress address = InetAddress.getByName(ipaddress); String hostname = address.getHostName(); |
|