How can i convert numeric ip address to hostname

15 points

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

Created by Anonymous 19 weeks 2 days ago
  Tags:

Answer(s):

3 points

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

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

|||| Keith

Created by Anonymous

Post your Answer

  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.
  • Links to specified hosts will have a rel="nofollow" added to them.

More information about formatting options