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
How to instantiate a delegate?
How does linq work?
Explain can 2 different applications use the same dll in gac at the same time?
Explain the difference between asp.net & vb.net and explain architecture?
What is iis? Have you used it?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
Explain about .NET services?
how can i create a table from front end to back end in wabe page?
What is common type system (cts)?
Define marshling?
Do you know what's the difference between .net and laravel?
Explain how to spawn a thread?
What tools can I use to develop .net applications?
What is garbage collection in .net? Explain the garbage collection process?
What method do you use to explicitly kill a users session? How?