> Hello,
> I want to know how to get the host_name and ip
> through "InetAddress" class in JVM
Don't know what you mean by in JVM.
But just in case...
[url=http://java.sun.com/j2se/1.4.2/docs/api/java/net/InetAddress.html#getHostAddress()]getHostAddress()[/url] returns the IP address string in textual presentation.
[url=http://java.sun.com/j2se/1.4.2/docs/api/java/net/InetAddress.html#getHostName()]getHostName()[/url] gets the host name for this IP address.