标签:style blog http ar java sp 数据 div on
类型 | 字节 | 表示范围 | 包装类 |
byte(字节型) | 1 | -128~127 | Byte |
short(短整型) | 2 | -32768~32767 | Short |
int(整型) | 4 | -2147483648~2147483647 | Integer |
long(长整型) | 8 | -9223372036854775808 ~ 9223372036854775807 | Long |
float(浮点型) | 4 | -3.4E38~3.4E38 | Float |
double(双精度型) | 8 | -1.7E308~1.7E308 | Double |
char(字符型) | 2 | 从字符型对应的整型数来划分,其表示范围是0~65535 | Charater |
booealn(布尔型) | 1 | true或false | Boolean |
标签:style blog http ar java sp 数据 div on
原文地址:http://www.cnblogs.com/svennee/p/4082939.html