1.byte类型 1字节 -128~127
2.short类型 2字节 -32768~32767
3.int 4字节
4.long 8字节
5.char 2字节 采用unicode机型编码,支持中文
6.float 4字节
7.double 4字节
8.boolean
true 真
false 假