How can I obtain the IP address for a given hostname?
Created May 4, 2012
Govind Seshadri The code snippet:
ip =InetAddress.getByName("www.jguru.com").getHostAddress();
should give you the IP address 216.217.9.172