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 is the purpose of IClonable interface in .NET?

0 Answers   Sans Pareil IT Services,


How do I spawn a thread?

0 Answers  


What are an object and a class?

0 Answers  


How do you turn off cookies for one page in your site?

3 Answers   Siebel Systems,


How can you instantiate a tuple?

0 Answers  






What is the advantage of .net?

0 Answers  


How to view a .NET assembly?

0 Answers   QuestPond,


What are the purposes of using .net?

0 Answers  


If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?

1 Answers  


Explain about managed heap?

0 Answers  


What are the Characteristics of .NET?

1 Answers  


What is RPC? What is the use of it?

0 Answers   Accenture,


Categories