Data Types

Data types specify the different sizes and values that can be stored in a variable.

Java is a statically-typed language, meaning that variables must be declared with a specific data type.

Five fundamental data types: boolean, int, float, double, and String.

Data Types — Structure map

Clickable & Draggable!

Data Types — Related pages: