Which of the following is the advantage of BigDecimal over double?
A. Syntax
B. Memory usage
C. Garbage creation
D. Precision
Answer: Option D
A. Syntax
B. Memory usage
C. Garbage creation
D. Precision
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