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 Application Domain?
What are .net functions?
Can we use data reader to bind gridview?
What are the advantages of .net core?
What do you mean by Driver Script?
What is gac in .net?
What is the use com component in .net?
Difference between VB.NET and C#. Which is faster ?
when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
Explain acid properties?
Explain can 2 different applications use the same dll in gac at the same time?
What is .net3.0 and .net3.5?