How do we convert a numeric IP address like 192.18.97.39 into a hostname like globalguideline.com?
Submitted by: AdministratorBelow 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();
Submitted by: Administrator
String hostname = InetAddress.getByName("192.18.97.39").getHostName();
Submitted by: Administrator
Read Online Basic Networking Job Interview Questions And Answers
Top Basic Networking Questions
☺ | What is autonomous system? |
☺ | What is EGP (Exterior Gateway Protocol)? |
☺ | What is Message Oriented Middleware (MOM)? |
☺ | What is the difference between interior and exterior neighbor gateways? |
☺ | What is meant by 2-Tier architecture? |
Top Computer Networking Categories
☺ | CCNA Interview Questions. |
☺ | MCSE Interview Questions. |
☺ | CCNP Interview Questions. |
☺ | MCSA Interview Questions. |
☺ | Network Administrator Interview Questions. |