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 is managed code execution?
Readonly vs. const?
Major role of CLR for CAS
Explain what is the difference between a class and an object?
What is iis? Have you used it?
Explain attributes in dot net?
Is string a value type or a reference type?
What are multicast delegates?
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.
what is the meaning silverligt control
What is IIS and how we deploy website on IIS.
What is the use of trace utility?