Which of the following statements are correct?
A. new java.math.BigInteger("343");
B. new java.math.BigDecimal("343.445");
C. new java.math.BigInteger(343);
D. new java.math.BigDecimal(343.445);
The correct answer is AB
Quiz, Objective, Multiple Choice Question (MCQ), Test Bank Solution and Short Answers.