Originale Fragen SUN 310-065 it-pruefungen

Originale Fragen SUN 310-065 it-pruefungen

sap microsoft ibm vmware cisco Oracle CheckPoint Comptia HP Citrix PMI Cisco RedHat Exin ISC ACI Acme-Packet ACSM Admission Test Adobe AIIM Alcatel-Lucent Altiris Android Apple Aruba Ariba Autodesk BlackBerry Business-Objects Acme-Packet Cloudera COGNOS Testfragen echte Fragen originale Fragen Deutsch aktualteste Fragen Schulungsunterlagen Fragenkatalog IT-Pruefung IT-Zertifizierung Pruefungsfragen und antworten

310-065 Sun Certified Programmer for the Java 2 Platform. SE6.0 Ich war bereit, IT-Zertifizierung Prüfung zu testen, schauen Sie sich eine Vielzahl von Prüfungen und meine Augen. Letzten Monat mein Freund kaufte einen Satz aus, dass die Frage, sagte sie die Prüfung über fast den gesamten Inhalt, ist es, ein guter Helfer zu überprüfen. Vereinzelt Bestehen der Prüfung ist mehr als 98%, wenn nicht durch, wird eine volle Rückerstattung sein.

QUESTION NO: 1
Given:
11. public class Commander {
12. public static void main(String[] args) {
13. String myProp = /* insert code here */
14. System.out.println(myProp);
15. }
16. }
and the command line:
java -Dprop.custom=gobstopper Commander Which two, placed on line 13, will produce the output gobstopper? (Choose two.)

A. System.load(“prop.custom”);
B. System.getenv(“prop.custom”);
C. System.property(“prop.custom”);
D. System.getProperty(“prop.custom”);
E. System.getProperties().getProperty(“prop.custom”);

Answer: D,E

QUESTION NO: 2
Given:
1. interface DoStuff2 {
2. float getRange(int low, int high); }
3.
4. interface DoMore {
5. float getAvg(int a, int b, int c); }
6.
7. abstract class DoAbstract implements DoStuff2, DoMore { }
8.
9. class DoStuff implements DoStuff2 {
10. public float getRange(int x, int y) { return 3.14f; } }
11.
12. interface DoAll extends DoMore {
13. float getAvg(int a, int b, int c, int d); }
What is the result?

A. The file will compile without error.
B. Compilation fails. Only line 7 contains an error.
C. Compilation fails. Only line 12 contains an error.
D. Compilation fails. Only line 13 contains an error.
E. Compilation fails. Only lines 7 and 12 contain errors.
F. Compilation fails. Only lines 7 and 13 contain errors.
G. Compilation fails. Lines 7, 12, and 13 contain errors.

Answer: A

QUESTION NO: 3
Given:
3. interface Fish { }
4. class Perch implements Fish { }
5. class Walleye extends Perch { }
6. class Bluegill { }
7. public class Fisherman {
8. public static void main(String[] args) {
9. Fish f = new Walleye();
10. Walleye w = new Walleye();
11. Bluegill b = new Bluegill();
12. if(f instanceof Perch) System.out.print(“f-p “);
13. if(w instanceof Fish) System.out.print(“w-f “);
14. if(b instanceof Fish) System.out.print(“b-f “);
15. }
16. }
What is the result?

A. w-f
B. f-p w-f
C. w-f b-f
D. f-p w-f b-f
E. Compilation fails.
F. An exception is thrown at runtime.

Answer: B

Originale Fragen SUN 310-065 it-pruefungen