boolean | entweder true oder false |
char | 16 Bit Unicode |
byte | vorzeichenbehaftete ganze Zahl in 8 Bit |
short | vorzeichenbehaftete ganze Zahl in 16 Bit |
int | vorzeichenbehaftete ganze Zahl in 32 Bit |
long | vorzeichenbehaftete ganze Zahl in 64 Bit |
float | Gleitkommazahl in 32 Bit |
double | Gleitkommazahl in 64 Bit |