Submitted by Little Tutorials » Many times it is useful to be able to get programmatically information about the network interfaces present on a host. Java standard library include a number of classes designed to provide access to this information. The most important is java.net.NetworkInterface which suffered a major face lifting in Java 6.
Now it is possible to get a lot more information about every network interface in the system. Of special importance is the ability to get the MAC address of an interface.
Additional statistics
Average rating: 3.00/5.0
Clicks today: 1
Clicks this month: 12
Clicks total: 275
Number of comments: 0
Number of saves: 0


