- Java’s
byte
datatype got a range from-128
to127
:
byte / Reference / Processing.org - It can’t store anything higher than
127
, like128
or255
! - However, don’t need to fret so much; b/c when we save or send those negative values as
byte
, they’re properly interpreted back to the original positive values: