Question 1-7
Name the primitive types of Java. (There are eight of them.)
Solution
boolean
,
char
,
byte
,
short
,
int
,
long
,
float
,
double
Back to Review for Midterm 1