InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes is related to all the exceptions that are explicitly thrown?(a) Error(b) Exception(c) Throwable(d) ThrowI have been asked this question during an interview.I want to ask this question from Exceptions of Type Finally and Built in Exceptions topic in section Indexers and Exception Handling of C# |
|
Answer» Correct option is (C) Throwable |
|