Q. 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
  • (C) It runs successfully
  • (D) EnumNotDefined Exception
πŸ’¬ Discuss
βœ… Correct Answer: (B) Compilation Error

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
120
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
85%
Success Rate