Data Types - StarShipTutor/StarshipTutorAPCS GitHub Wiki

There are eight built in "primitive" data types in Java. For each of these there are wrapper classes that bring object functionality to the primitives.

A reference data type can be anything, but there are three key built in data types that you need to know well : Array, String and List.

Data Types