Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
Microsoft .Net Technologies
C# (Sharp) Programming Language
C# (Sharp) Programming Language Question:
Will finally block get executed if the exception had not occurred?
Tweet
Share
WhatsApp
Download PDF
Answer:
Yes
Download C# (Sharp) Programming Language PDF
Read All 163 C# (Sharp) Programming Language Questions
Previous Question
Next Question
How do I make a DLL in C#?
What is the C# equivalent of C++ catch (…), which was a catch-all statement for any possible exception? Does C# support try-catch-finally blocks?