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 the use of static members with example using c#.net.
What is the difference between hashtable and dictionary?
Is c# different than c++?
What is difference between c and c sharp?
Why do we need properties in c#?
How to parse a date time string?
Compare and contrast between the System.Array.CopyTo() and Clone()?
We cannot create instances of static classes. Can we have constructors for static classes?
What is data dictionary in c#?
Describe two uses of the “using” statement during the operation of c#?
What is the base class for array types?
What are the steps for creating clr trigger
Is enum a value type c#?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
What are partial classes and use of partial classes?