Multiple Choice
Enum types are implicitly ________ and enum constants are implicitly ________.
A) final,static.
B) static,static.
C) static,final.
D) final,final.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The _ of a class are also
Q7: A constructor cannot:<br>A)be overloaded.<br>B)initialize variables to their
Q9: When no access modifier is specified for
Q14: Instance variables declared final do not or
Q16: When compiling a class in a package,the
Q22: Set methods are also commonly called _
Q22: Which of the following is false?<br>A) Method
Q22: Which syntax imports all static members of
Q24: A package is:<br>A)A directory structure used to
Q27: Which statement is false?<br>A) The actual data