Vidyalelo
C# Programming · Q72

Exception Handling in C Sharp

Programming · C# Programming · question 72

Q72

Which of these clauses will be executed even if no exceptions are found?

A.
throws
B.
finally
Answer
C.
throw
D.
catch

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board