| 
            
             Be the first user to complete this post  
            
             | 
         Add to List | 
315. Print My IP Address
Objective: Write a java program to print your IP address.
Approach:
- Get the local host address of your system using getLocalHost() method.
 - Use getHostAddress() method to get the IP address from local host address.
 
Output:
IP ADDRESS is : 192.162.1.9