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


Please Help Members By Posting Answers For Below Questions

How to instantiate a delegate?

1725


How does linq work?

701


Explain can 2 different applications use the same dll in gac at the same time?

676


Explain the difference between asp.net & vb.net and explain architecture?

639


What is iis? Have you used it?

656






Explain the difference between garbage collections in .net 4.0 and earlier versions?

626


Explain about .NET services?

717


how can i create a table from front end to back end in wabe page?

1578


What is common type system (cts)?

641


Define marshling?

674


Do you know what's the difference between .net and laravel?

645


Explain how to spawn a thread?

621


What tools can I use to develop .net applications?

648


What is garbage collection in .net? Explain the garbage collection process?

654


What method do you use to explicitly kill a users session? How?

603