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;
}



questions on various scenarios on exception handling? like for example.... try { a; b; ...exc..

Answer / kapil

will catch execute and after that finally block will
execute.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Dot Net General Interview Questions

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

0 Answers  


Dot Net is Platform Independent or Platform Dependent..?

2 Answers  


What is managed code execution?

0 Answers  


which method do you use to redirect the user to another page without performing a round trip to the client? How?

0 Answers  


What is equivalent for regsvr32 exe in .net ?

0 Answers  






Which dll translate xml to sql in internet information server (iis)?

0 Answers  


Explain the difference between vb and vb.net?

0 Answers  


what is object lock?

1 Answers  


Can you explain what do you understand about web service?

0 Answers   Accenture,


Explain the process of compilation in .NET?

0 Answers  


Readonly vs. const?

2 Answers   Hewitt,


Tell us why do we use the “using” statement?

0 Answers  


Categories