How to get IP address of a Host in Java? Description: You can get IP address of any host by using InetAddress class. By calling getByName() method with 

2300