Outta the 8 Java primitives, only char
is unsigned
, although 16-bit only:
But Java offers unsigned
static methods within its primitive wrapper classes:
Outta the 8 Java primitives, only char
is unsigned
, although 16-bit only:
But Java offers unsigned
static methods within its primitive wrapper classes: