1.

BigDecimal is a part of which package?(a) java.lang(b) java.math(c) java.util(d) java.ioI had been asked this question in class test.The origin of the question is Data Type-BigDecimal topic in chapter Data Types, Variables and Arrays of Java

Answer»

The correct option is (B) java.math

To elaborate: BigDecimal is a part of java.math. This package provides VARIOUS CLASSES for storing NUMBERS and mathematical OPERATIONS.



Discussion

No Comment Found

Related InterviewSolutions