Java认证
2014年Java认证SCJP模拟习题:SCJPMockExam(3)
日期:2013-10-31 14:11
Q16
What will be written to the standard output when the following program is run?

public class Q63e3 {
public static void main(String args[]) {
System.out.println(9 ^ 2);
}
}

1) 81
2) 7
3) 11
4) 0
5) false

Q17
Which statements are true concerning the default layout manager for containers in the java.awt package?

1) Objects instantiated from Panel do not have a default layout manager.
2) Objects instantiated from Panel have FlowLayout as default layout manager.
3) Object

1/4 下一页 上一页 首页 尾页

Java认证


返回 刷新 WAP首页 网页版 登录
04/28 21:55