1,java语言中有8种基本数据类型。byte,char,short,int,float,long,double,boolean。整型:byte(1字节),short(2字节),int(4字节),long(8字节)...