A data type defines the type of data that can be stored in a variable. In this case, int is the data type used for storing integers.
Constant: A constant is a fixed value that cannot be changed during program execution. Integer.MAX_VALUE and Integer.MIN_VALUE are examples of constants.