adplus-dvertising
frame-decoration

Question

Which of the below data type doesn’t support overloaded methods for +,-,* and /?

a.

int

b.

float

c.

double

d.

BigDecimal

Answer: (d).BigDecimal

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the below data type doesn’t support overloaded methods for +,-,* and /?

Similar Questions

Discover Related MCQs

Q. What is the base of BigDecimal data type?

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

Q. Which of the following is not provided by BigDecimal?

Q. BigDecimal is a part of which package?

Q. What is BigDecimal.ONE?

Q. Which class is a library of functions to perform arithmetic operations of BigInteger and BigDecimal?

Q. Which of these is long data type literal?

Q. Which of these can be returned by the operator &?

Q. Literals in java must be appended by which of these?

Q. Literal can be of which of these data types?

Q. Which of these can not be used for a variable name in Java?

Q. Which of these is necessary condition for automatic type conversion in Java?

Q. What is the prototype of the default constructor of this class?

public class prototype { }

Q. If an expression contains double, int, float, long, then the whole expression will be promoted into which of these data types?

Q. What is Truncation is Java?

Q. Which of these operators is used to allocate memory to array variable in Java?

Q. Which of these is an incorrect array declaration?

Q. Which of these is an incorrect Statement?

Q. Which of these is necessary to specify at time of array initialization?

Q. Generics does not work with?