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
Is .net an object oriented language? What are their components?
Difference between dispose and finallize method?
Explain how to rename a table using sql queries?
What are the purposes of using .net?
What's a windows process in .net?
Do you know what are three common acronyms used in .net, and what do they stand for?
Write the .net syntax for 'for loop'?
Can a try block have nested try blocks?
How to produce an assembly?
What is STA in .NET?
Explain security measures exist for .net remoting in system.runtime.remoting?
Explain me what is the difference between an abstract class and an interface?
What is Event Bubbling in .NET?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
Please explain is the jit an interpreter?