310-065 Exam

Sun Certified Programmer for the Java 2 Platform. SE6.0

  • Exam Number/Code : 310-065
  • Exam Name : Sun Certified Programmer for the Java 2 Platform. SE6.0
  • Questions and Answers : 207 Q&As
  • Update Time: 2011-10-24
  • Testing Engine (SoftWare Version): $ 59.00
  • PDF (Printable Version) Price: $15.00
  •  

Note: After purchase, we will send questions within 24 hours.

Free 310-065 Demo Download

hiexam offers free demo for SCJP 310-065 exam (Sun Certified Programmer for the Java 2 Platform. SE6.0). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Download 310-065 ExamTesting Engine

 

Exam Description

310-065 exam is one of popular SUN Certification. Many candidates won't have confidence to get it. Now We guaranteed 310-065 exam training is available in various formats to best suit your needs and learning style. Whether you are a hands-on tactile learner, visually or even a textbook training veteran, Hiexam has the 310-065 resources that will enable you to pass your 310-065 test with flying colors. As with SUN exams, the SCJP or 310-065 exam is structured to stack or plug into other related courses. The combination of SUN courses builds the complete core knowledge base you need to meet your SUN certification requirements.

Why choose hiexam 310-065 braindumps

Read it before. I want to ask you few question.

1. do you know Hiexam?

2. do you know why Only Hiexam can help you ?

3. do you know 310-065 has changed ?

4.do you know you can get 100% guarantee?

OK. you can read this. if you can't find answer. you must contact us.

Quality and Value for the 310-065 Exam
100% Guarantee to Pass Your 310-065 Exam
Downloadable, Interactive 310-065 Testing engines
Verified Answers Researched by Industry Experts
Drag and Drop questions as experienced in the Actual Exams
Practice Test Questions accompanied by exhibits
Our Practice Test Questions are backed by our 100% MONEY BACK GUARANTEE.

Hiexam provides the fastest and best way to train 310-065 exam

* Truly interactive 310-065 practice tests
* Create and take notes on any question
* Retake tests until you're satisfied
* You select the areas of the 310-065 exam to cover
* Filter questions for a new practice test each time.
* Re-visit difficult questions

hiexam 310-065 Exam Features

* High quality - High quality and valued for the 310-065 Exam: 100% Guarantee to Pass Your 310-065 exam and get your SCJP certification
* Authoritative - Authoritative study materials with complete details about 310-065 exam
* Cheaper - Our Hiexam products are cheaper than any other website. With our completed SCJP resources, you will minimize your SCJP cost and be ready to pass your 310-065 exam on Your First Try, 100% Money Back Guarantee included
* Free - Try free SCJP demo before you decide to buy it in http://www.hiexam.net
 
 
Exam : SUN 310-065
Title : Sun Certified Programmer for the Java 2 Platform. SE 6.0


1. Given:
11. public static void main(String[] args) {
12. Object obj = new int[] { 1, 2, 3 };
13. int[] someArray = (int[])obj;
14. for (int i : someArray) System.out.print(i + " ");
15. }
What is the result?
A. 1 2 3
B. Compilation fails because of an error in line 12.
C. Compilation fails because of an error in line 13.
D. Compilation fails because of an error in line 14.
E. A ClassCastException is thrown at runtime.
Answer: A

2. System.out.println(x);
7. }
8. public static void main(String[] args) {
9. new Boxer1(new Integer(4));
10. }
11. }
What is the result?
A. The value "4" is printed at the command line.
B. Compilation fails because of an error in line 5.
C. Compilation fails because of an error in line 9.
D. A NullPointerException occurs at runtime.
E. A NumberFormatException occurs at runtime.
F. An IllegalStateException occurs at runtime.
Answer: D

3. x = i+y;
6. System.out.println(x);
7. }
8. public static void main(String[] args) {
9. new Boxer1(new Integer(4));
10. }
11. }
What is the result?
A. The value "4" is printed at the command line.
B. Compilation fails because of an error in line 5.
C. Compilation fails because of an error in line 9.
D. A NullPointerException occurs at runtime.
E. A NumberFormatException occurs at runtime.
F. An IllegalStateException occurs at runtime.
Answer: D

4. Given:
11. public class Test {
12. public enum Dogs {collie, harrier, shepherd};
13. public static void main(String [] args) {
14. Dogs myDog = Dogs.shepherd;
15. switch (myDog) {
16. case collie:
17. System.out.print("collie ");
18. case default:
19. System.out.print("retriever ");
20. case harrier:
21. System.out.print("harrier ");
22. }
23. }
24. }
What is the result?
A. harrier
B. shepherd
C. retriever
D. Compilation fails.
E. retriever harrier
F. An exception is thrown at runtime.
Answer: D

5. Given:
31. // some code here
32. try {
33. // some code here
34. } catch (SomeException se) {
35. // some code here
36. } finally {
37. // some code here
38. }
Under which three circumstances will the code on line 37 be executed? (Choose three.)
A. The instance gets garbage collected.
B. The code on line 33 throws an exception.
C. The code on line 35 throws an exception.
D. The code on line 31 throws an exception.
E. The code on line 33 executes successfully.
Answer: BCE

6. Given:
1. public class Boxer1{
2. Integer i;
3. int x;
4. public Boxer1(int y) {
5. x = i+y;
6. System.out.println(x);
7. }
8. public static void main(String[] args) {
9. new Boxer1(new Integer(4));
10. }
11. }
What is the result?
A. The value "4" is printed at the command line.
B. Compilation fails because of an error in line 5.
C. Compilation fails because of an error in line 9.
D. A NullPointerException occurs at runtime.
E. A NumberFormatException occurs at runtime.
F. An IllegalStateException occurs at runtime.
Answer: D

http://www.hiexam.net The safer.easier way to get SCJP Certification.