REFERJAVA.COM
JAVA BLOG
Thursday, February 22, 2007
How do I convert a numeric IP address like 192.18.97.39 into a hostname like java.sun.com? (Networking)
String hostname = InetAddress.getByName("192.18.97.39").getHostName();
SOURCE:
www.referjava.com
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2007
(670)
►
April
(27)
►
Apr 17
(27)
►
March
(31)
►
Mar 16
(7)
►
Mar 15
(1)
►
Mar 10
(7)
►
Mar 05
(8)
►
Mar 01
(8)
▼
February
(385)
►
Feb 27
(9)
►
Feb 26
(12)
►
Feb 25
(12)
▼
Feb 22
(15)
What is the catch or declare rule for method decla...
What are order of precedence and associativity, an...
What restrictions are placed on the location of a ...
What is the difference between preemptive scheduli...
What are wrapped classes?
How many bits are used to represent Unicode, ASCII...
What modifiers may be used with an inner class tha...
Why do threads block on I/O?
How do I convert a numeric IP address like 192.18....
What does it mean that a method or field is "static"?
Why isn't there operator overloading?
What are some alternatives to inheritance?
Can an Interface have an inner class?
Can an Interface be final?
Why is not recommended to have instance variables ...
►
Feb 21
(15)
►
Feb 18
(1)
►
Feb 17
(11)
►
Feb 15
(10)
►
Feb 13
(18)
►
Feb 11
(19)
►
Feb 10
(27)
►
Feb 09
(50)
►
Feb 07
(32)
►
Feb 06
(31)
►
Feb 05
(18)
►
Feb 04
(32)
►
Feb 03
(26)
►
Feb 02
(35)
►
Feb 01
(12)
►
January
(227)
►
Jan 31
(23)
►
Jan 30
(21)
►
Jan 29
(21)
►
Jan 28
(27)
►
Jan 27
(23)
►
Jan 26
(21)
►
Jan 25
(23)
►
Jan 24
(36)
►
Jan 23
(32)
No comments:
Post a Comment