Answers

Question and Answer:

  Home  Basic Networking

⟩ 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();

 180 views

More Questions for you: