We’ve covered
n
Introduction of fundamental notions of
values and objects.
n
Java provides:
u
Integer types (
byte, short,
int, long
)
u
Real or floating type (
float,
double
)
u
Character type
(
char
)
u
Boolean type (
boolean--
true/false
)