Basic Datatypes


  1. What is the limitation of toString() method of BigDecimal?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    toString() of BigDecimal uses scientific notation to represent numbers known as canonical representation. We must use toPlainString() to avoid scientific notation.