Question 3-2

Name Java's seven primitive types other than boolean. For each, specify whether the type requires 8 bits, 16 bits, 32 bits, or 64 bits.

Solution

byte8
short16
int32
long64
float32
double64
char16

Back to 8:00 Quiz 3