Java Codes
Find Your IP Address
import java.net.InetAddress;
class IPAddress
{
public static void main(String args[]) throws Exception
{
System.out.println(InetAddress.getLocalHost());
}
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment