当前位置:OCJP(310-065)题库

问题:

[单选]

Given a method that must ensure that its parameter is not null:

What, inserted at line 12, is the appropriate way to handle a null value?()

A . assert value == null;
B . assert value != null, "value is null";
C . if (value == null) { throw new AssertionException("value is null"); }
D . if (value == null) { throw new IllegalArgumentException("value is null"); }

You have configured OMF in your database. You enabled the ALTER DATABASE ENABLE BLOCK CHANGE TRACKING; statement to enable the block change tracking feature.  What information will be written in the change tracking file?()  the system change number。  the locations of the redo log files。  the locations of the datafiles。  the physical location of all the database change。 药动学研究的是:() 药物在体内的变化。 药物作用的动态规律。 药物作用的动能来源。 药物作用强度随时间、剂量变化的消除规律。 药物在机体影响下所发生的变化及其规律。 单位工程投入使用验收的主要工作包括()。 检查工程是否已按批准设计完建。 检查建设征地、移民迁移安置和库底清理落实情况。 进行工程质量鉴定并对工程缺陷提出处理要求。 检查工程是否已具备安全运行条件。 对验收遗留问题提出处理要求。 电泵组成中的变压器属于哪一部分。() 井上。 井下。 压力讯号传输系统。 试论城乡差异导致的教育机会失衡的主要表现。

Given a method that must ensure that its parameter is not null:

What, inserted at line 12, is the appropriate way to handle a null value?()

参考答案:

  参考解析

本题暂无解析

在线 客服