What is the order of variables in Enum?
A. Ascending order
B. Descending order
C. Random order
D. Depends on the order() method
Answer: Option D
A. Ascending order
B. Descending order
C. Random order
D. Depends on the order() method
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