0
Data type and it is examples
2 Answers
0
Data type are means to identify the type of data and associated operations. Therefore, by assigning different data types to variables, you can store integers, decimals, or characters in these variables.
There are two data types available in Java: 1)Primitive Data Types :-
Byte
Short
Int
Long
Float
Double
Char
Boolean
2)Reference/Object Data Types:-
Classes
Arrays
Interfaces
0
Primitive data types also include char and boolean.