310-065 Test

By:



Exam : SUN 310-065 Exam
Title : Sun Certified Programmer for the Java 2 Platform. SE 6.0
1. 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
2. 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
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
TestInside SUN resources are constantly being revised and updated for relevance and accuracy. We 100% guarantee the materials with quality and reliability which will help you pass any SUN certification exam.
Using the virtual SCJP Certification Bootcamp or SCJP Certification Braindumps at TestInside, no need to purchase anything else or attend expensive training, we promise that you can pass the SCJP Certification exam at the first try , or else give you a FULL REFUND.
TestInside 310-065 dumps are the choice of all IT professionals who aspire to obtain Sun 310-065 certification. Some of the websites on certifications provide free 310-065 dumps to help the IT professionals in their studies for Sun certifications.
Hot Exams:
000-994  Test994,IBM WebSphere MQ V6.0,System Administration
190-956  IBM Lotus Notes Domino 8.5 System Administration Update


About the Author:



Article Originally Published On: http://www.articlesnatch.com


|

Loading...
Related....
Videos...

Recent Business Articles

Comments

Still can't find what you are looking for? Search for it!

Loading

Copyright 2005-2011 ArticleSnatch, LLC - All Rights Reserved.
Privacy Policy | Terms of Service.