What is BigDecimal.ONE?
A. wrong statement
B. custom defined statement
C. static variable with value 1 on scale 10
D. static variable with value 1 on scale 0
Answer: Option D
A. wrong statement
B. custom defined statement
C. static variable with value 1 on scale 10
D. static variable with value 1 on scale 0
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