Question: Writing a catch clause without including the parentheses and an argument list such as catch { }: a. generates a syntax error b. requires a
Writing a catch clause without including the parentheses and an argument list such as catch { }:
a. generates a syntax error
b. requires a finally clause
c. has the same effect as catch (Exception) { }
d. throws an exception
e. none of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
