1.

BigDecimal is a part of which package?(a) java.lang(b) java.math(c) java.util(d) java.io

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