Q124
What will be the output of the following Java code snippet? class A enum Enums extends A ABC, BCD, CDE, DEF;
A.
Runtime Error
B.
Compilation Error
AnswerC.
It runs successfully
D.
EnumNotDefined Exception
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board