⟩ How do we convert a numeric IP address like 192.18.97.39 into a hostname like globalguideline.com?
Below line will convert a numeric IP address like 192.18.97.39 into a hostname like rendc.org
String hostname = InetAddress.getByName("192.18.97.39").getHostName();