| Author |
Retrieving IP address from a LAN
|
Anirvan Majumdar
Ranch Hand
Joined: Feb 22, 2005
Posts: 261
|
|
Hello everyone .. ..i am supposed to develop an IP tracer applicaiton for a LAN. That is: my application is supposed to return the IP address corresponding to a computer name (which will be the input of my application). For eg: there is a LAN which has 20 computers.Now if i enter any computer name (String argument) belonging to the network, how could i retrieve the IP address corresponding to that computer. Looking forward to any sort of help
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8291
|
|
|
java.net.InetAddress
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Retrieving IP address from a LAN
|
|
|