The DNS Lookup Tool in Java (InetAddress)

Have you ever needed a quick tool to lookup multiple hosts (Java based on the InetAddress class. The following Java code has been uploaded to github: https://github.com/DoctorLai/DNSLookup import java.net.InetAddress; …