功能测试
首页 > sun认证 > 正文

最新的310-065题库下载(killtest题库网提供)

发布-admin | 查看- | 发表时间-2010-5-4

SCJP 310-065考试题库由killtest题库网专业IT认证讲师及产品专家精心打造包括了当前最新的全真310-065考试试题,全部附有正确答案。并且根据考试厂商的动态变化而更新。

认证名称:Sun Certified Programmer for the Java 2 Platform. SE6.0
考题数目:267 Q&As
价格: 368.00 300.00
更新:Apr-22-2010

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

2. Which two statements are true? (Choose two.)

A. It is possible for more than two threads to deadlock at once.

B. The JVM implementation guarantees that multiple threads cannot enter into a deadlocked state.

C. Deadlocked threads release once their sleep() method's sleep duration has expired.

D. Deadlocking can occur only when the wait(), notify(), and notifyAll() methods are used incorrectly.

E. It is possible for a single-threaded application to deadlock if synchronized blocks are used incorrectly.

F. If a piece of code is capable of deadlocking, you cannot eliminate the possibility of deadlocking by

insertinginvocations of Thread.yield().

Answer:AF

你到killtest题库网下载更多的310-065题库!

 

或许你还对下面的文章感兴趣

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

最新文章
最近评论
Copyright 2010 killtest.com.cn Some Rights Reserved. 浙ICP备10016241号 | DESIGN BY Seanloo.cn