Basic Networking Concepts Question:

Download Job Interview Questions and Answers PDF

How do we convert a numeric IP address like 192.18.97.39 into a hostname like globalguideline.com?

Basic Networking Interview Question
Basic Networking Interview Question

Answer:

Below line will convert a numeric IP address like 192.18.97.39 into a hostname like globalguideline.com

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

Download Basic Networking Interview Questions And Answers PDF

Previous QuestionNext Question
What are the two types of transmission technology available?What are the two types of network architecture?