|
|

Sun 310-019: Sun Certified Associate for the Java Platform, Standard Edition
|
#1. What type of relationship is needed to represent the relationship between students and the courses they are enrolled in at a university?
|
|
#2. Which two symbols are used to indicate the visibility of an attribute in UML? (Choose two.)
|
|
#3. Exhibit: Which is true?
|
|
#4. Exhibit: Which code correctly implements the association between A and B?
|
|
#5. Which two keywords directly support looping? (Choose two.)
|
|
#6. Given: 11. class Cat { 14. public static void main (String [] args ) { 15. Cat c1 = new Cat(); 16. Cat c3 = new Cat(); 17. Cat c2 = c1; 18. Cat c4 = c3; 19. c1 = c4; 20. c4 = c2; 21. if (c1 == c2 ) System. out. print("c1 == c2 "); 22. if (c1 == c3 ) System. out. print("c1 == c3 "); 23. } 24. }
What is the result?
|
|
#7. Which option will correctly initialize the property com.example.property to someValue when invoking java?
|
|
#8. A Java programmer wants to develop a small application to run on mobile phones. Which Java edition (or editions) are required to develop the application?
|
|
#9. Which two are true about JavaScript and HTML? (Choose two.)
|
|
#10. Which is a benefit of Swing clients?
|
|
|
|
gen. 3.06
|
Server date 01:26 13-03-2010
|
Developed by Zip © 2006
|
|
 |
|
|