Byte - StarShipTutor/StarshipTutorAPCS GitHub Wiki

byte : docs.oracle.com

Primitive Data Type - byte

  • Contains - Signed Integer
  • Default - 0
  • Size - 8
  • Range - -128 to 127

Wrapper Class - Byte

The wrapper class Byte is used to crate an object out of a primitive byte.

See the full list at docs.oracle.com