Saturday, March 20, 2010

Latest SUN 310-065 exam resources

Easiest way for you to get the SUN Certification is to choose Ourexam to take part in the latest 310-065 exam resources. It's full name is Sun Certified Programmer for the Java 2 Platform. SE6.0, and there are 267 Questions and Answers in this exam.

If you use Ourexam 310-065 exam resources and the latest updated Q&As, you will pass your exam 100% and with a high score, also will get your SUN Certification easily and safely. All these information from Ourexam are also benefit for your future study and career.

Here is an exam demo for you:
1. Given:
1. public class Threads2 implements Runnable {
2.
3. public void run() {
4. System.out.println("run.");
5. throw new RuntimeException("Problem");
6. }
7. public static void main(String[] args) {
8. Thread t = new Thread(new Threads2());
9. t.start();
10. System.out.println("End of method.");
11. }
12. }
Which two can be results? (Choose two.)
A. java.lang.RuntimeException: Problem
B. run. java.lang.RuntimeException: Problem
C. End of method. java.lang.RuntimeException: Problem
D. End of method. run. java.lang.RuntimeException: Problem
E. run. java.lang.RuntimeException: ProblemEnd of method.
Answer: DE

This is an exam Q&A, if you want to know more, you can check this link:
http://pdf.ourexam.com/310-230.pdf

No comments:

Post a Comment