Multiple Choice
If you use a default catch block, it ____.
A) must be the first catch block listed after a try
B) must be the last catch block listed after a try
C) can be located anywhere after a try
D) can be located anywhere before a try
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: _ are errors that occur during execution
Q28: In object-oriented terminology, what is a message?
Q29: Describe the general principle underlying good object-oriented
Q30: You should be careful when writing an
Q31: Match each term with the correct statement
Q33: If a function throws an exception, but
Q34: Match each term with the correct statement
Q35: When using the exit() function, it is
Q36: When should you use exception handling?
Q37: Match each term with the correct statement