1. Java基本数据类型:byte(1字节), short(2字节), char(2字节), int(4字节), long(8字节), float(4字节), double(8字节), boolean Java基本数据类型的包装类型:Byte,Short,Character,Integer,Long,Float,Double,Boolean 2. 基本数据类型所能表示数的范围(精度)与默认值 byte(8位): 最小值 -128(-2^...