¥ 295.00 310-055 Exam
Sun Certified Programmer for the Java 2 Platform.SE 5.0
- 科目编号:310-055
- 科目名称:Sun Certified Programmer for the Java 2 Platform.SE 5.0
- 考题数目:165 Q&As
- 更新日期:2011-10-24
- 价 格 :
¥ 560.00295元RMB
免费下载 310-055 认证资料Demo
选择 pass4side 310-055 资料
310-055 考试是 SUN 公司的 Sun Certified Programmer for the Java 2 Platform.SE 5.0 认证考试官方代号,pass4side 的 310-055 权威考试学习资料经过多名专业SUN 认证工程师整理测试,pass4side 绝对保证第一次参加 310-055 考试的考生即可顺利通过,否则承诺免费更新!
1、Pass4Side考题大师310-055学习材料是您获取认证的完美组合,覆盖率极高,只要您使用本站的考试学习材料参加310-055 考试,您将一次轻松通过考试;
2、售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,我们才能发展。客户至上是我们Pass4Side考题大师的一贯宗旨;
3、Pass4Side实行“一次不过免费更新”承诺。如果您购买我们310-055的考题,只要不是首次通过,凭盖有PROMETRIC或VUE考试中心钢印的考试成绩单,我们将免费更新310-055最新学习材料,绝对保证您能继续获得有价值的学习材料;
4、本站310-055学习资料根据310-055知识点的的变化动态更新,在厂家知识点每次发生变化后,我们将尽快更新310-055材料知识点。在您购买我们的产品之后,我们将提供30天的免费更新。确保310-055学习材料的覆盖率
5、软件版本310-055 考试资料
优点:具有学习模式,测试模式,线上自动升级
缺点:仅限固定电脑使用,不可打印为文本,只能PC阅读
6、PDF 格式310-055 考试资料(部分最新更新科目已不提供PDF)
优点:不需下载安装软件,方便用户打印和携带,但也带来了可随意制的弊端,因此我们提醒用户不得随意公开或出售本站的310-055资料,一经发现立即取消其升级资格,且永久删除会员。
缺点:不具备测试模式,通过查看 pass4side.cn网站及查收我们的更新E-MAIL获取更新信息。
Exam : SUN 310-055
Title : Sun Certified Programmer for the Java 2 Platform.SE 5.0
1. Which two statements are true? (Choose two.)
A. An encapsulated, public class promotes re-use.
B. Classes that share the same interface are always tightly encapsulated.
C. An encapsulated class allows subclasses to overload methods, but does NOT allow overriding methods.
D. An encapsulated class allows a programmer to change an implementation without affecting outside code.
Answer: AD
2. Given:
11. String test = "a1b2c3";
12. String[] tokens = test.split("d");
13. for(String s: tokens) System.out.print(s + " ");
What is the result?
A. a b c
B. 1 2 3
C. a1b2c3
D. a1 b2 c3
E. Compilation fails.
F. The code runs with no output.
G. An exception is thrown at runtime.
Answer: A
3. Given:
11. public static Iterator reverse(List list) {
12. Collections.reverse(list);
13. return list.iterator();
14. }
15. public static void main(String[] args) {
16. List list = new ArrayList();
17. list.add("1"); list.add("2"); list.add("3");
18. for (Object obj: reverse(list))
19. System.out.print(obj + ", ");
20. }
What is the result?
A. 3, 2, 1,
B. 1, 2, 3,
C. Compilation fails.
D. The code runs with no output.
E. An exception is thrown at runtime.
Answer: C
4. Click the Exhibit button.
1. public class SimpleCalc {
2. public int value;
3. public void calculate() { value += 7; }
4. }
And:
1. public class MultiCalc extends SimpleCalc{
2. public void calculate() { value -= 3; }
3. public void calculate(int multiplier) {
4. calculate();
5. super.calculate();
6. value *= multiplier;
7. }
8. public static void main(String[] args) {
9. MultiCalc calculator = new MultiCalc();
10. calculator.calculate(2);
11. System.out.println("Value is: " + calculator.value);
12. }
13. }
What is the result?
A. Value is: 8
B. Compilation fails.
C. Value is: 12
D. Value is: -12
E. The code runs with no output.
F. An exception is thrown at runtime.
Answer: A
5. Click the Exhibit button.
10. public class ClassA {
11. public void methodA() {
12. ClassB classB = new ClassB();
13. classB.getValue();
14. }
15. }
And:
20. class ClassB {
21. public ClassC classC;
22.
23. public String getValue() {
24. return classC.getValue();
25. }
26. }
And:
30. class ClassC {
31. public String value;
32.
33. public String getValue() {
34. value = "ClassB";
35. return value;
36. }
37. }
Given:
ClassA a = new ClassA();
a.methodA();
What is the result?
A. Compilation fails.
B. ClassC is displayed.
C. The code runs with no output.
D. An exception is thrown at runtime.
Answer: D
310-055 科目咨询
310-055 Exam Sun Certified Programmer for the Java 2 Platform.SE 5.0 科目编号:310-055 科目名称:Sun Certified Programmer for the Java 2 Platform.SE 5.0 考题数目:265 Q&As 更新日期:2009-12-18 如果您正在对你SUN 310-055 考试担心,我建议你去Pass4Side看一下,选择 Pass4Side 310-055 题库. Pass4Side是一个非常好的网站,他可以帮助您通过任何IT认证考试! 310-055 考试是 SUN 公司的 Sun Certified Programmer for the Java 2 Platform.S… [ more.. ]


客户反馈
售后服务的态度不错,能及时得到满意答复,谢谢
Rachel - 2010-11-09 14:25:26没想到比我以前在这买的题库降了那么多,很实惠啊
Raymond - 2010-11-09 14:25:04