SLIDE 1
1
Primitive Types
Four integer types:
- byte
- short
- int (most common)
- long
Two floating-point types:
- float
- double (most common)
One character type:
- char
One boolean type:
- boolean