Which of the following statements are correct?

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


Java

Learn More Multiple Choice Question :