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 |
How ASP .NET different from ASP?
Can "this" be used within a static method?
. How .NET can support multiple languages?
Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
What is Nothing permission set in .Net
What are object pooling and connection pooling and difference?
Please explain what is a delegate?
Explain webfarm vs webgardens in .net?
What's the problem with .net generics?
Explain something about WebService?
What is common type system (cts)?
Differences between datagrid, datalist and repeater in .net?