Q63
What id the syntax for catching any type of exceptions?
A.
catch(Exception e)
B.
catch(...)
AnswerC.
catch(Exception ALL)
D.
catch(ALL)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board