Home » JAVA Programming » Basic Datatypes » Question
  1. BigDecimal is a part of which package?
    1. java.lang
    2. java.io
    3. java.util
    4. java.math
    5. None of these
Correct Option: D

BigDecimal is a part of java.math. This package provides various classes for storing numbers and mathematical operations.



Your comments will be displayed only after manual approval.