Solved

If You Create an Object Using Java's  BigDecimal  Class, and Then

Question 49

Multiple Choice

If you create an object using Java's  BigDecimal  class, and then perform a division that results in a non-terminating decimal division such as 1/3, but specify that an exact result is needed, a(n) ____ is thrown.


A) DivisionByZero
B) ArithmeticException
C) InternalError
D) MismatchException

Correct Answer:

verifed

Verified

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

Related Questions