摘要: 1.常量final int MAX = 100;2.变量 关键字所占位数取值范围boolean8true/falsebyte8-2^7 ~ 2^7-1short16-2^15 ~ 2^15-1int32-2^31 ~ 2^31-1long64-2^63 ~ 2^63-1float323.4*10... 阅读全文
posted @ 2015-08-10 17:50 *飞飞* 阅读(140) 评论(0) 推荐(0)