MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of below code snippet?class Z{ } enum Enums extends Z{ DCB, FEG, HIJ, LMN;} |
| A. | Compilation Error |
| B. | Runtime Error |
| C. | It runs successfully |
| D. | EnumNotDefined Exception |
| E. | None of these |
| Answer» B. Runtime Error | |