Short - StarShipTutor/StarshipTutorAPCS GitHub Wiki

short : docs.oracle.com

Primitive Data Type - Short

  • Contains - Signed Integer
  • Default - 0
  • Size - 16
  • Range - -32768 to 32767

Wrapper Class - Short

The wrapper class Short is used to crate an object out of a primitive short.

See the full list at docs.oracle.com