当前位置:SCJP程序员认证考试题库

问题:

[单选]

public class Test { 
public static void main(String Args[]) { 
int i =1, j = 0; 
switch(i) { 
case 2: j +=6; 
case 4: j +=1; 
default: j +=2; 
case 0: j +=4; 
} 
System.out.println(“j =” +j); 
} 
} 
What is the result? () 

A .  0
B .  2
C .  4
D .  6
E .  9
F .  13

购房者购买预售商品房时应签订“商品房买卖合同”。 不平衡关系 法院在一起案件的审理过程中,根据原告提供的借条原件确认了原告与被告之间的借贷关系,从而作出了支持原告诉讼请求的判决。该借条属于()。 直接证据。 间接证据。 原始证据。 传来证据。 土的固结 黎川县扶贫到户贷款贴息试点政策中规定:试点范围为全县15个乡(镇、场)从事种植业、养殖业和小型加工的贫困户及农民专业合作社,专业合作社中贫困社员占()或贫困户收益率达()。 30%;20%。 20%;20%。 30%;30%。 20%;30%。

public class Test { 
public static void main(String Args[]) { 
int i =1, j = 0; 
switch(i) { 
case 2: j +=6; 
case 4: j +=1; 
default: j +=2; 
case 0: j +=4; 
} 
System.out.println(“j =” +j); 
} 
} 
What is the result? () 

参考答案:

  参考解析

本题暂无解析

在线 客服