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.