当前位置:SCJP程序员认证考试题库

问题:

[单选]

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 applications that have frequently executed queries, and produce small and static result sets.  You configure the sqlnet.ora file in the client machine to set a nonzero value for the OCI_RESULT_CACHE_MAX_SIZE parameter.  What is the purpose of this configuration?()    to avoid round trips to the server by enabling caching of query results in client memory。  to improve performance by storing a copy of the data from the private SQL area of the PGA。  to enhance the query performance by creating a cache in the client memory for sorting operations。  to avoid the storing of query plans and results in the server by creating a cache in the client memory。 膨胀/压缩机前、后轴承振动报警为()停机为() 20um,32um。 22um,34um。 25um,38um。 在香港,刑事案件分为哪几类? Which product should be used along with Oracle Enterprise Manager Packs for Fusion Middleware for end-to-end visibility ?()  Oracle Data Masking Pack。  Oracle Real Application Testing。  Oracle Byte Code Instrumentation for Java (BCI4J)。  Oracle Real User Expirience Insight (ORUEI)。

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?()

参考答案:

  参考解析

本题暂无解析

在线 客服