questions on various scenarios on exception handling?
like for example....

try
{
a;
b; ...exception occurs here...what happens...will catch
execute or will finally execute...will c execute
c;
}
catch
{
a;
b;
c;
}
fianlly
{
a;
b;
}

Answer Posted / kapil

will catch execute and after that finally block will
execute.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to implement getcommon method in class a? Are you seeing any problem in the implementation?

823


What is finalize method in .net?

840


What is an anonymous method and how is it different from a lambda expression?

740


SAP Business One(this is intigrated tool of .net)

1976


What is the difference between task and thread in .net?

816


What is connected and diconnected database ?

806


Explain the difference between asp.net and asp?

744


Please explain what is a delegate?

935


What are two different types of remote object creation mode in .net?

762


How do you turn off cookies for one page in your site? Give an example.

701


What tags do you need to add within the asp:datagrid tags to bind columns manually.

1664


Please explain what is the difference between a class and an object?

791


Explain the different parts of an assembly?

779


Explain what do the terms “boxing” and “unboxing” mean?

772


What are the differences between com architecture and.net architecture?

763