GeSHi (java):
/*--------------------------------------------------------------------------
UrlToIP.java
*****************
By: deAppel http://www.engineeringserver.com
Contact: info [@] engineeringserver.com
Version: 05/may/2009
"*****************
Note: shows the IP address that belong to the domain name
//----------------------------------------------------------------------*/
import java.net.InetAddress;
import java.net.UnknownHostException;
public class UrlToIP {
public static void main
(String[] args
){ String hostName =
"www.engineeringserver.com";
try {
e.printStackTrace();
}
}
}
Created by GeSHI 1.0.7.20