1.

What id the syntax for catching any type of exceptions?

A. catch(Exception e)
B. catch(...)
C. catch(Exception ALL)
D. catch(ALL)
Answer» C. catch(Exception ALL)


Discussion

No Comment Found