Select the correct answerWhich of the following is not provided by BigDecimal?Options+ operatorscale manipulationroundinghashing
Question
Select the correct answerWhich of the following is not provided by BigDecimal?Options+ operatorscale manipulationroundinghashing
Solution
The correct answer is "+ operator". BigDecimal in Java does not provide the + operator. Instead, it provides methods such as add() for addition.
Similar Questions
Select the correct answerWhich of the following is the advantage of BigDecimal over double?OptionsGarbage creationMemory usageSyntaxPrecisio
elect the correct answerWhat is BigDecimal.ONE?Optionsstatic variable with value 1 on scale 10custom defined statementwrong statementstatic variable with value 1 on scale 0
Select the correct answerWhat is the limitation of toString() method of BigDecimal?OptionstoString returns the number in expanded formtoString returns nullThere is no limitationtoString uses scientific notation
Select the correct answerWhich of the following can be operands of arithmetic operators?OptionsCharactersBooleanNumericBoth Numeric & Characters
Select the correct answerWhat is the base of BigDecimal data type?OptionsBase 8Base 2Base 10Base e
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.