bookmark

java - Resolving ip-address of a hostname - Stack Overflow


Description

InetAddress address = InetAddress.getByName("www.example.com"); System.out.println(address.getHostAddress());

Preview

Tags

Users

  • @jil

Comments and Reviews