您的位置:首页 > 其它

基本类型 primitive types

2016-04-13 09:32 141 查看
primitive typesizeminimummaximumwrapper type(包装类)
boolean---Boolean
byte8 bits-128+127Byte
char16 bitsUnicode 0unicode 2^16 -1Character
short16 bits-2^15+2^15-1Short
int32 bits-2^7+2^7-1Integer
float32 bits-2^31+2^31-1Float
long64 bits-2^63+2^63-1Long
double64 bits-2^63+2^63-1Double
void---Void
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: