In my java application if user enters the IP we need to display the host name, if host name is given then we need to display the IP of the host.
For example if user
What you're looking for is something called DNS. This project seems to be what you're looking for.