Byte.MAX_VALUE

A constant holding the maximum value a {@code byte} can have, 2<sup>7</sup>-1.

class Byte
static
byte MAX_VALUE;

Meta