Vidyalelo
C# Programming · Q39

Exception Handling in C Sharp

Programming · C# Programming · question 39

Q39

Which statement is used to specify code that should always run regardless of whether an exception occurs in C#?

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

Answer: Option D

Solution

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