Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

InetAddress.getByAddress example

InetAddress addr = InetAddress.getByAddress("Localhost",new byte[] { 127, 0, 0, 1 }); 
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
2+5 =