Top "Inetaddress" questions

Unable to resolve host Android

I want to send a http request from my Android device using a local proxy. Before to detail my problem, …

android resolve inetaddress
Different results between nslookup and Java's InetAddress getHostName

I'm trying to write a simple java program that will return the dns names of ip addresses which I do …

java dns inetaddress nslookup
Getting the ip address of eth0 interface in java only return IPv6 address and not IPv4

I wrote the following code to get the IPv4 address of the eth0 interface I am using on a machine. …

java ipv4 inetaddress network-interface