variable
To store data for temporary usage during processing we use variables.
Imagine variable as a box which contain some type of data like number, text etc.
Java is strongly typed language which means we have to define what type of variable it is and therefore can only store the specified type of data.
Type of [[data-type]] in java.