Given: (Exhibit) Which option should you choose to enable the code to print Something happened? By Singh | December 31, 2022 0 Comment Given:Which option should you choose to enable the code to print Something happened? A. Add extends GeneralException on line 1.Add extends Exception on line 2. B. Add extends SpecificException on line 1.Add extends GeneralException on line 2. C. Add extends Exception on line 1.Add extends Exception on line 2. D. Add extends Exception on line 1.Add extends GeneralException on line 2. Correct Answer: D