1Primitive data types are those data types which are used by programmers when creating variables in their program.
2For example :-
3 * boolean
4 * char
5 * byte
6 * short
7 * int
8 * long
9 * float
10 * double
11Non-Primitive data types:
12 * String
13 * array
14 * enum
15 * class
16 * etc