Data Types
Data Types
Data types specify the different sizes and values that can be stored in
the variable.
Java Literals provide a means of expressing specific values in your
program.
Variables in Java are a memory location that holds a specific value.
Before we use any variable, we need to declare it. Every variable is
identified with a data type.