当前位置:1Z0-853题库

问题:

[多选]

Given:  
12. NumberFormat nf = NumberFormat.getInstance();  
13. nf.setMaximumFractionDigits(4);  
14. nf.setMinimumFractionDigits(2);  
15. String a = nf.format(3.1415926);  
16. String b = nf.format(2);  
Which two statements are true about the result if the default locale is Locale.US?()

A .  The value of b is 2.00.
B .  The value of a is 3.141.
C .  The value of a is 3.14.
D .  The value of b is 2.0000.
E .  The value of a is 3.1415.
F .  The value of a is 3.1416.
G .  The value of b is 2.

Which two statements are true regarding the Oracle Data Pump export and import operations() You cannot export data from a remote database.。 You can rename tables during an import operation.。 You can overwrite existing dump files during an export operation.。 You can compress the data during export but not the metadata because it is not supported.。 世界银行向江垭工程提供的贷款占原总投资概算的(),是江垭工程较快开工建设关键之一 1/2。 1/3。 1/4。 1/5。 ABC Corp. has set up the Asset Category key flexfield. It has also set up a descriptive flexfield tostore vehicle information associated with the asset category "Vehicle." Identify two correctstatements.() (Choose two.) The setting up of the descriptive flexfield is mandatory.。 The Asset Category flexfield is owned by the Oracle Assets module.。 The descriptive flexfield is associated with tables in the Oracle Assets module.。 Only the Asset Category flexfield is associated with tables in the Oracle Assets module.。 更换励磁碳刷时,一般除大小修后更换外,一般只能更换同一组的()。 1/2。 1/3。 2/3。 Given: A programmer is developing a class Key, that will be used as a key in a standard java.util.HashMap. Which two methods should be overridden to assure that Key works correctly as a key?() public int hashCode()。 public boolean equals(Key k)。 public int compareTo(Object o)。 public boolean equals(Object o)。 public boolean compareTo(Key k)。

Given:  
12. NumberFormat nf = NumberFormat.getInstance();  
13. nf.setMaximumFractionDigits(4);  
14. nf.setMinimumFractionDigits(2);  
15. String a = nf.format(3.1415926);  
16. String b = nf.format(2);  
Which two statements are true about the result if the default locale is Locale.US?()

参考答案:

  参考解析

本题暂无解析

在线 客服