Multiple Choice
Which of the following function declaration correctly specifies that two types of exceptions are thrown?
A) void f1exception a, exception b) ;
B) void f1 ) exception a;b) ;
C) void f1 ) throw a, throw b;
D) void f1 ) thaw a,b) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: If some part of your program or
Q2: It is legal to have a catch
Q3: If a function throws an exception, it
Q4: A class that is used for exceptions
Q5: Which type of exception is thrown if
Q7: The following function does not throw any
Q8: Functions that might throw an exception must
Q9: When a throw statement is executed,<br>A) execution
Q10: Which of the following is not a
Q11: The catch block is also known as