Multiple Choice
BigDecimal gives you control over how values are rounded. By default:
A) all calculations are approximate and no rounding occurs.
B) all calculations are approximate and rounding occurs.
C) all calculations are exact and no rounding occurs.
D) all calculations are exact and rounding occurs.
Correct Answer:

Verified
Correct Answer:
Verified
Q14: Instance variables declared final do not or
Q15: The_ of a class are also called
Q16: Which statement is false?<br>A) An enum declaration
Q17: A final field should also be declared
Q18: Using public set methods helps provide data
Q20: The static method _ of class String
Q21: What happens when this is used in
Q22: Which of the following is false?<br>A) Method
Q23: When must a program explicitly use the
Q24: Which of the following is false?<br>A) A