Skip to main content
Search
Search This Blog
Papgua
Pages
Home
Technoworld
Coding
Games
More…
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
Coding
java
March 15, 2015
Program to get your ip address
/*
Open Source
*/
/**
*
* @author lol ik
*/
import java.net.InetAddress;
class ip
{
public static void main(String args[]) throws Exception
{
System.out.println(InetAddress.getLocalHost());
}
}
Posted by lol ik
Comments
Popular Posts
September 09, 2017
Play Super Mega Ultra Battle Robot 2.0
July 25, 2017
A Certain Scientific Railgun
Comments
Post a Comment