310-019 SUN Other Certifications Braindump
ExamSoon 310-019 Exams
SUN Sun Certified Associate.Java Platform.Se. Exam Version 1.0
O rder : 310-019 Exam
Practice Exam: 310-019
Exam Number/Code: 310-019
Exam Name: Sun Certified Associate.Java Platform.Se. Exam Version 1.0
Questions and Answers: 242 Q&As
Free 310-019 Braindumps
Exam : SUN 310-019
Title : Sun Certified System Administrator for Solaris 10 OS.Part 1
1. What is the purpose of JNDI?
A. to parse XML documents
B. to access native code from a Java application
C. to register Java Web Start applications with a web server
D. to access various directory services using a single interface
Answer: D
2. Click the Exhibit button. Which two are true? (Choose two.)
A. Every Flurb contains a reference to itself.
B. Every Flurb is associated with exactly one Flurb.
C. There can only be one instance of the Flurb class.
D. There must always be an even number of Flurb instances.
E. A Flurb can be associated with itself, but it also could be associated with a different Flurb.
Answer: BE
3. Which statement about threading in Java is false?
A. A thread is a special type of method.
B. The synchronized keyword is used to lock objects.
C. A thread whose execution has completed is no longer runnable.
D. Threads waiting to be executed are generally chosen for execution based on priority.
Answer: A
4. Click the Exhibit button. Which two are true? (Choose two.)
A. The diagram shows a composition relation.
B. The diagram does NOT show a composition relation.
C. A Foo instance has access to the Bar with which it is associated.
D. A Bar instance has access to the Foo with which it is associated.
E. It cannot be determined from the diagram whether instances of Foo and Bar will have access to each other.
Answer: BD
5. What is the definition of the acronym SQL?
A. Special Query Language
B. System Query Language
C. Special Queue Language
D. System Queue Language
E. Structured Query Language
F. Structured Queue Language
Answer: E
6. Click the Exhibit button. Which two are t