Multiple Choice
A set of named constants that start with the value 0 for the first constant and increment by 1 for each subsequent constant can be declared as a(n) ________.
A) class
B) enum
C) enumeration
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: A well-designed method _.<br>A) performs multiple unrelated
Q6: Which operator can be used in string
Q7: An overloaded method is one that _.<br>A)
Q8: Stacks are known as _ data structures.<br>A)
Q9: Method calls cannot be distinguished by _.<br>A)
Q11: Consider the following Java statements: <br>int x
Q12: Which of the following statements is false?<br>A)
Q13: The parameter list in the method header
Q14: A static method can _.<br>A) call only
Q15: Which of the following is not a