Start typing to search articles...

Navigate Enter Select Esc Close

Technical Articles

In-depth guides, insights, and best practices for modern software engineering

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 →