1.

How Do I Convert A Numeric Ip Address Like 192.18.97.39 Into A Hostname Like Java.sun.com?

Answer»

STRING HOSTNAME = InetAddress.getByName("192.18.97.39").getHostName().

String hostname = InetAddress.getByName("192.18.97.39").getHostName().



Discussion

No Comment Found