What id the syntax for catching any type of exceptions?
Posted: Wed Jul 13, 2022 7:52 pm
a) catch(Exception e)
b) catch(…)
c) catch(Exception ALL)
d) catch(ALL)
b) catch(…)
c) catch(Exception ALL)
d) catch(ALL)
Accurate answers. Every time.
https://answerhappy.com/