Solved

In a Sequence of Try/catch Blocks, the Last Catch Block

Question 21

Multiple Choice

In a sequence of try/catch blocks, the last catch block of that sequence should be ____.


A) catch(...) { }
B) catch(int x) { }
C) catch(str) { }
D) catch(exception) {}

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions