Q14
Which of the following statements invoke the exception class?
A.
throws new Exception();
B.
throw new Exception();
AnswerC.
new Exception();
D.
new throws Exception();
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board