Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

import java.net.

*;
import java.io.*;
public class aa
{
public static void main(String[] args)
{
try
{
InetAddress i=InetAddress.getLocalHost();
System.out.println(i.getHostAddress());
}
catch(Exception e)
{
}
}
}

You might also like