Long - StarShipTutor/StarshipTutorAPCS GitHub Wiki

long : docs.oracle.com

Primitive Data Type - long

  • Contains - Signed Integer
  • Default - 0
  • Size - 63
  • Range - Really Big

Wrapper Class - Long

The wrapper class Long is used to crate an object out of a primitive long.

See the full list at docs.oracle.com