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 / kapil
will catch execute and after that finally block will
execute.
| Is This Answer Correct ? | 3 Yes | 1 No |
What does jit compilation do in .net?
What is model-view -controller Architecture?
What is the advantage of .net?
What is a manifest in .net?
Explain how com+ related to the dna architecture?
What is Assembly?
what is object lock?
What is the purpose of IClonable interface in .NET?
0 Answers Sans Pareil IT Services,
Where?s Windows service database located?
Explain the different types of proxy patterns?
What does cli do?
Tell us what is a sealed class?