get Network interface Refrence by InetAddress Refrence String ip = inetaddress.getHostAddress() // Get Host IP Address
String name = inetaddress.getHostName() //Get Host NameĮ.printStackTrace() //print Exception StackTrace InetAddress inetaddress=InetAddress.getLocalHost() //Get LocalHost refrence * Program to get System IP, name and MAC Address of windows system Java Code Snippet - Get System IP, System Name and System MAC Address in Java package com.includehelp In this code snippet I am going to tell how to get System IP Address, System Name and System MAC Address of Windows System.