1.

Which of these keywords is not a part of exception handling?(a) try(b) finally(c) thrown(d) catchThe question was asked by my college professor while I was bunking the class.My doubt is from Fundamentals of Exception Handling in division Indexers and Exception Handling of C#

Answer»

The correct option is (c) thrown

The EXPLANATION is: Exception handling is MANAGED VIA 5 keywords – try, catch, throws, THROW and finally.



Discussion

No Comment Found

Related InterviewSolutions