Home » JAVA Programming » Basic Datatypes » Question
  1. Which of the below data type doesn’t support overloaded methods for +,-,* and /?
    1. BigDecimal
    2. double
    3. float
    4. int
    5. None of these
Correct Option: A

int, float, double provide overloaded methods for +,-,* and /. BigDecimal does not provide these overloaded methods.



Your comments will be displayed only after manual approval.