byte 1
short 2
int 4
long 8
float f1=10.1F;
double d1=10.1234567;
char name='A';
String name="大傻子";
boolean flag=true;
boolean flag1=false;