byte
short
int
long
float
double
char
boolean
String
int[]
null
int i = 10; double d = i;
double d = 3.14; int i = (int) d;