It explains all 8 types of data types:
the arithmetic types:
A. The integral types:
1. byte
2. short
3. int
4. long
B. The floating-point types:
5. float
6. double
C. boolean, the type whose values are either true or false
D. char, the character type whose values are 16-bit Unicode characters
It also explains about Local, Global and Static variable type.
No comments:
Post a Comment