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
What is namespaces in .net?
What is func in .net 3.5?
What is singleton activation mode in .net?
What is 3 tier architecture?
Please tell us what is the difference between override and overload in a method?
What does jit compilation do in .net?
What is loosely coupled solution in.net?
Which namespace does it belong to by default?
Explain the .net framework overview?
What is the transport protocol you use to call a seb service soap?
Whate are resource files?
Should I use readerwriterlock instead of monitor.enter/exit?
What is marshling?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What are the features of dot net?