Literals:
*
Syntax
*
byte literals
byte type has no literal suffix. Integer literals are implicitly converted from int:
byte b = 127;