Tag Archives: IP Address

Display System IP Address Using Passing Host Names

/*This program you can pass the Host Names Array and you will get that Particular system IP Address * @Author – Ashoka Bhat */ import java.io.*; import java.net.InetAddress; import java.net.Socket; public class HostIpAddressFinder { public static void main(String[] args)throws IOException … Continue reading

Rate this:

Tagged | Leave a comment