1.整型4个:byte(字节),short(短整型),int(整型),long(长整型) 2.浮点型2个:float(单精度浮点数),double(双精度浮点数) 3.字符型1个:字符型(char) 4.布尔型1个:布尔型(boolean)