InterviewSolution
Saved Bookmarks
| 1. |
Select the correct statement about an Exception?(a) It occurs during loading of program(b) It occurs during Just-In-Time compilation(c) It occurs at run time(d) All of the mentionedI got this question in quiz.Query is from Fundamentals of Exception Handling topic in section Indexers and Exception Handling of C# |
|
Answer» CORRECT choice is (C) It occurs at RUN time The best explanation: None. |
|