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:

Verified
Correct Answer:
Verified
Related Questions
Q44: When you use a(n) _ statement, you
Q45: What is unreachable code and how might
Q46: _ statements are program statements that can
Q47: In order to use a variable both
Q48: The _ class represents more serious errors
Q50: Match each term with the correct statement
Q51: A(n) _ clause is used in the
Q52: In the case where a method might
Q53: What things might a programmer do to
Q54: The parent class of Error is _.<br>A)