Page 1 of 1

What id the syntax for catching any type of exceptions?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) catch(Exception e)
b) catch(…)
c) catch(Exception ALL)
d) catch(ALL)