C# Exception Handling Interview Questions and Answers - 1
Question: 1
Define error?
Errors are mistakes that can make a program go wrong.
It is common to make mistakes while developing as well as typing a program.
An error may produce an incorrect output or may terminate the execution of the program.
Question: 2
What is compile time error?
These kinds of errors are occurred during the program typing.
So the C# compiler does not create the “.CS” file.
It also list out the error with the details.
Question: 3
Can multiple catch blocks be executed?
No, once the proper catch code fires off, the control is transferred to the finally block (if there are any), and then whatever follows the finally block.
Question: 4
What is runtime error?
The program may compile successfully and creates executable version but the program produce wrong results.
These are due to the problem called runtime error.
Question: 5
What is the use of finally statement?
The set of statements that will execute when a try/catch block is left.
To specify a block of code to execute when a try/catch block is exited, include a finally block at the end of a try/catch sequence.
7000+ Abbreviations Quiz Pdf More
7000+ Computer Abbreviations MCQ with Answers More
7000+ Degrees of Comparison Questions for Class 10 More
TNPSC Degrees of Comparison Exercises for Class 10 with Answers More
7000+ Articles MCQ Questions and Answers More
Correct and Incorrect Sentences Quiz, Worksheets More
100+ Boats and Streams Questions for IBPS, SBI PO, SO, Clerk More
TNPSC History Previous Year Question Papers 2018-2019 More
1,000+ Mathematical Aptitude Questions and Answers Pdf More
One Word Substitution Quiz More