Data types specify the size and type of the value that are stored
the data types in java fall into two categories
(1).primitive or built-in-data types
(2)derived or reference data types
primitive data types are data types available in the language itself
derived data types are user defined data types
No comments