Answer Posted / kiran
If a finally block contains a try catch block where in
exceptions can occur. In that case exception in the main
try catch block and the exceptions in finally block will
also be thrown.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is boxing & unboxing?
What is difference between write and writeline?
What is check/uncheck?
What is namespace explain with example?
What is dto c#?
What are the fundamental principles of oo programming?
What is tpl in c#?
Is multilevel inheritance possible in c#?
What is the difference between array and arraylist c#?
When do we generally use destructors to release resources?
What are the extension methods in c#?
What do you mean by a windows process in regards to memory allocation?
When should you use generics?
What is the benefit of delegate in c#?
How to prevent the error while updating ui control from another thread?