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
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is finalize method in .net?
What is an anonymous method and how is it different from a lambda expression?
SAP Business One(this is intigrated tool of .net)
What is the difference between task and thread in .net?
What is connected and diconnected database ?
Explain the difference between asp.net and asp?
Please explain what is a delegate?
What are two different types of remote object creation mode in .net?
How do you turn off cookies for one page in your site? Give an example.
What tags do you need to add within the asp:datagrid tags to bind columns manually.
Please explain what is the difference between a class and an object?
Explain the different parts of an assembly?
Explain what do the terms “boxing” and “unboxing” mean?
What are the differences between com architecture and.net architecture?