JAVA has below primitive data types -
- byte
- short
- int
- long
- float
- double
- boolean
- char
Java has also got the class data types
For Example - Test test = new Test();
here Test is a class data type .
No comments:
Post a Comment