Select from following answers:- "Test"
- Runtime error
- Compile time error

- "Test", "Caught General Exception"
- All Above
It won't compile. Because generic Exception block should be the last exception block in the method. IndexOutOfRangeException should be placed above the generic exception for compilation.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator