Which of the below data type doesn't support overloaded methods for +,-,* and /?
A. int
B. float
C. double
D. BigDecimal
Answer: Option D
A. int
B. float
C. double
D. BigDecimal
Answer: Option D
Which of the following is not a valid identifier for a Java variable?
A. my_var
B. _myVar
C. 3rdVar
D. $var
Join The Discussion