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
Whate are resource files?
Explain the .net framework overview?
Explain the difference between asp.net & vb.net and explain architecture?
What is the difference between boxing and unboxing?
What tools can I use to develop .net applications?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
In code behind class, name the type of code found. Is it the server side code or client side code?
Please explain what is immutability, what is it for and how is it codified?
What is .net latest version?
Explain the purpose of Remoting in .NET?
Define marshling?
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
Explain what is reflection in microsoft .net context?
What is iis? Have you used it?
How to load the contents of an xml file into an xmldocument object?