Multiple Choice
An enumeration is a special class that's introduced by the keyword ________ and a type name.
A) class.
B) enum.
C) enumeration.
D) classEnum.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Variables should be declared as fields only
Q5: Which statement is not true.<br>A)The Java API
Q6: The java.text package contains classes for manipulating
Q9: Method calls cannot be distinguished by _.<br>A)
Q11: Which statement below could be used to
Q18: If more method calls occur than can
Q18: Overloaded methods always have the same _.<br>A)
Q20: Java uses class _ to represent colors
Q24: The identifiers in an enumeration _.<br>A)must be
Q25: A Java class can have which of