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
Is an array an object c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is difference between overloading and short circuiting?
How do I open the console?
What is difference between array and arraylist c#?
Can arraylist hold primitive types?
Explain attributes in c#?
What is a multicast delegate in c#?
What is the difference between int and int in c#?
Are c# generics the same as c++ templates?
What are synchronous and asynchronous operations?
What is xslt in c#?
What does || mean in programming?
How do you name a variable in c#?
What is hashtable in c# net with example?