How can i convert numeric ip address to hostname



I want quick help guys:

I need to know how do I convert a numeric IP address like 191.12.87.34 into a hostname question.programmingbulls.com?

I need to know this fast. plssssssss



there u goooooooo...... I will bill you $100 for that ;)

String hostname = InetAddress.getByName("191.12.87.34").getHostName

|||| Keith