黑马程序员技术交流社区
标题:
switch语句能否作用在byte上,能否作用在long上?
[打印本页]
作者:
信@仰
时间:
2015-8-31 00:47
标题:
switch语句能否作用在byte上,能否作用在long上?
switch语句能否作用在byte上,能否作用在long上?
作者:
0825王欢
时间:
2015-8-31 00:51
byte 可以 long的不行
作者:
zx0210
时间:
2015-8-31 02:37
能用switch的四种数据类型 : byte,short,int,char
作者:
Integer
时间:
2015-8-31 03:40
switch 语句支持byte、short、int、char、string以及枚举类。
其中string是java7的新特性。
作者:
至尊幽蓝
时间:
2015-8-31 07:27
我记得应该是int、char和String。String是1.7特性。byte和short能自动转型为int,long不行,需要强转,但可能损失精度。
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2