Start typing to search articles...

Navigate Enter Select Esc Close

Java

342 articles about java development, tools, and best practices

int32 to IPv4 in Java

The challenge

Take the following IPv4 address: 128.32.10.1

This address has 4 octets where each octet is a single byte (or 8 bits).

  • 1st octet 128 has …

Read Article →