当前位置: 技术问答>java相关
MyNote上说empty swtich constructor是合法的,我怎么写出来的空swtich都报错啊?
来源: 互联网 发布时间:2015-03-14
本文导语: 6. Empty switch construct is a valid construct. But any statement within the switch block should come under a case label or the default case label. 上面是原文,我下面这么写说是表达式不合法,是我哪里错了呢?请教 switch() {...
6. Empty switch construct is a valid construct. But any statement within the switch block should come under a case label or the default case label.
上面是原文,我下面这么写说是表达式不合法,是我哪里错了呢?请教
switch()
{
case 100:System.out.println("100");
case 200:System.out.println("200");
default:System.out.println("default");
}
上面是原文,我下面这么写说是表达式不合法,是我哪里错了呢?请教
switch()
{
case 100:System.out.println("100");
case 200:System.out.println("200");
default:System.out.println("default");
}
|
hehe.wrong
|
我觉得还是要结合上下文来看,
mynote 是java 阵线联盟 的认证板板主写的,去问他吧。
mynote 是java 阵线联盟 的认证板板主写的,去问他吧。
|
我编了一下,现在missing term 是不可以的了
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。