题目

文档标签@exception在文档注释中的格式一般是()。

A、@exception类名描述

B、@exception异常描述

C、@exception异常变量名描述

D、不存在文档标签@exception

提示:未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。
答案
查看答案
相关试题

1. class A implements Runnable (  2. int i;  3. public void run ( ) (  4. try (  5. thread.sleep(5000);  6. i= 10;  7. ) catch(InterruptedException e) {}  8. )  9. )  10.    11. public class Test {  12. public static void  main (string args[]) ( 13. try (  14. A a = new A ( );  15. Thread t = new Thread (a);  16. t.start( );  17.    18. int j= a.i;  19.    20. ) catch (Exception e) {}  21. )  22. }   Which statement al line 17 will ensure that j=10 at line 19?()  

A、 a.wait();

B、 t.wait();

C、 t.join();

D、 t.yield();

E、 t.notify();

F、 a.notify();

G、 t.interrupt();

What is the result?()

A、 3

B、 23

C、 32

D、 123

E、 321

F、 Compilation fails.

G、 An exception is thrown at runtime.

以下哪些是在在使用WDS部署Windows 7镜像时所必须的?()

A

AD DS

B

MDT 2010

C

SQL Server

D

SCCM 2007

E

DHCP

F

DNS

以下关于基准测试的叙述中,正确的是()

A、运行某些诊断程序,加大负载,检查哪个设备会发生故障

B、验证程序模块之间的接口是否正常起作用

C、运行一个标准程序对多种计算机系统进行检查,以比较和评价它们的性能

D、根据程序的内部结构和内部逻辑,评价程序是否正确

如果局域网互联采有Star-S2126G,则PC与交换机之间可采用哪种线连接?()

A、EIA/TIA568A直通线

B、反转线

C、交叉线

D、EIA/TIA568B直通线

联系我们 会员中心
返回顶部