Basic Datatypes
- What is the limitation of toString() method of BigDecimal?
-
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.