Solved

Which of the Following Statements Is False

Question 8

Multiple Choice

Which of the following statements is false?


A) An application that requires precise floating-point calculations such as those in financial applications should use class BigDecimal from package java.math.
B) We use class NumberFormat for formatting numeric values as locale-specific strings.
C) In the U.S,locale,the value 15467.82 would be formatted as "15,467.82",whereas in many European locales it would be formatted as "15.467,56".
D) The BigDecimal method format receives a double argument and returns a BigDecimal object that represents the exact value specied.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions