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

Explain what is immutability, what is it for and how is it codified?

0 Answers  


What is use of ContextUtil class?

1 Answers  


SAP Business One(this is intigrated tool of .net)

0 Answers   TCS,


What are the two kinds of properties.

2 Answers   Wipro,


Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?

2 Answers   Value Labs,






Can a try block have nested try blocks?

0 Answers  


What is namespace in .net?

0 Answers  


What?s different about a Windows service as compared to a regular application?

1 Answers  


What are the Characteristics of .NET?

1 Answers  


How is .net core cross platform?

0 Answers  


Is .net 4.8 backwards compatible?

0 Answers  


What is "microsoft intermediate language" (msil)?

0 Answers  


Categories