Writing a catch clause without including the parentheses and an argument list such as catch { }:

Question:

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

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: