Home » JAVA Programming » Basic Datatypes » Question
  1. What is BigDecimal.ONE?
    1. static variable with value 1 on scale 0
    2. static variable with value 1 on scale 10
    3. custom defined statement
    4. wrong statement
    5. None of these
Correct Option: A

BigDecimal.ONE is a static variable of BigDecimal class with value 1 on scale 0.



Your comments will be displayed only after manual approval.