Unsigned types and cast

Outta the 8 Java primitives, only char is unsigned, although 16-bit only: :heavy_plus_sign:

But Java offers unsigned static methods within its primitive wrapper classes: :coffee:

1 Like