To create an instance of BigDecimal for 454.45, use
A. BigInteger(454.45);
B. new BigInteger(454.45);
C. BigInteger("454.45");
D. new BigDecimal("454.45");
The correct answer is D
Quiz, Objective, Multiple Choice Question (MCQ), Test Bank Solution and Short Answers.