{
InetAddress[] addresses = InetAddress.getAllByName( "http://wwwroboticsforall.blogspot.com/" /* Ip assress or Domain name */ );
for ( int i=0; i
System.out.println(addresses[i].getHostAddress());
System.out.println( hostname );
}
}
catch (UnknownHostException e)
{
System.out.println("unknown host");
}
No comments:
Post a Comment