Data Types are the basic fundamental concept for any programming language,
Basically, Data types are representing
-> Type of Data
->Memory Size
->Range
Java has basically two categories of Data Types,
1. Primitive Data Types: these data types are predefined by java languages, such as boolean, char, byte, short, int, long, float, and double.
2. Non-Primitive Data Type: These data types are probably designed by use(developer), such as String, Array...
For Complete Info please watch our video for free..