Snippets tagged “inetaddress”
2 snippets use this tag.
- Getting the IP address of the current machine using JavaJava
To get the IP address of the current machine using Java, you can use the InetAddress.getLocalHost method of the java.net package.
- How to check internet access on Android? InetAddress never times outJava
To check for internet access on Android, you can use the isReachable() method of the InetAddress class.