310-055 Exam

Sun Certified Programmer for the Java 2 Platform.SE 5.0

  • Exam Number/Code : 310-055
  • Exam Name : Sun Certified Programmer for the Java 2 Platform.SE 5.0
  • Questions and Answers : 265 Q&As
  • Update Time: 2010-05-07
  • Price: $ 112.00 $ 79.00
310-055

Free 310-055 Dumps Download

Itcerthome offers free 310-055 dumps,310-055 Practice exam,310-055 exam questions for SCJP certification(SUN Certified Network Associate). You can check out the question quality and usability of our 310-055 practice exam before you decide to buy it.Before you purchase our 310-055 Q&A,you can click the link below to download the latest 310-055 pdf dumps.
 
 
Exam : SUN 310-055
Title : Sun Certified Programmer for the Java 2 Platform.SE 5.0


1. 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

2. 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

3. 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

4. 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

5. 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

Free download:Free 310-055 dumps

 

Itcerthome 310-055 Exam Description

310-055 exam training is available in various formats to best suit your needs and learning style from Itcerthome. Whether you are a hands-on tactile learner, visually or even a textbook training veteran, we has the 310-055 resources that will guarantee you to pass your 310-055 practice exam at the first time!

Guarantee to Pass Your 310-055 Exam

We provide the latest high quality 310-055 practice exam for the customers,we guarantee your success at the first attempt with only our 310-055 exam questions, if somehow you do not pass the exam at the first time, we will not only arrange FULL REFUND for you, but also provide you another exam of your claim, ABSOLUTELY FREE!

The Tenet Of Itcerthome

Our on-site online training experts create all of the SUN 310-055 exam products available through Actual-Exams. Our main goal is that you get more kownleage with less money.You will find our price is very cheap.

After-sales Service

Once you purchase our products,we will offer you the best service.After you purchase our product, we will offer free update in time for 90 days.Whatever you have any questions,we will help you solve it. And in 3 weeks we will offer you free updates,so please pay attention our site at all times.


Acquiring SUN SCJP certifications are becoming a huge task in the field of I.T. More over these exams like 310-055 exam are now continuously updating and accepting this challenge is itself a task. This 310-055 practice test is an important part of SUN certifications and at SCJP braindumps we have the resources to prepare you for this. The 310-055 exam is essential and core part of SUN certifications and once you clear the exam you will be able to solve the real time problems yourself.Wamt to take advantage of the Real 310-055 Value Pack and save time and money while developing your skills to pass your 'SUN Certified Network Associate (SCJP) Exam'? Let Itcerthome help you climb that ladder of success and pass your 310-055 now!

 

310-055 News

310-055 study guide
310-055 exam delivered at: Authorized Worldwide Prometric Testing Centers Exam type: Multiple choice and drag and drop Number of questions: 60 Pass score: 58.33% (35 of 60 questions) Time limit: 180 minutes The SUN Certified Programmer for the Java Platform, Standard Edition 5.0 310-055 exam is for programmers experienced using the Java programming language. Achieving 310-055 certification provides clear evidence that a programmer understands the basic syntax and structure of the Java programmi…