If I have code like
try
{
return;
}
catch
{
return;
}
finally
{
return;
}

from which block will the value will be returned. and try
has been executed without any error.

Answer Posted / vadivel

finally

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of 'as' Keyword in C# ?

585


What is interface used in c#?

589


Can You Prevent Your Class From Being Inherited By Another Class?

556


What are the different approaches of passing parameters to a method?

486


What is regex replace in c#?

520






How do I create a multilanguage?

522


Is class reference type c#?

544


Is c# good for games?

485


What is tuple in c#?

538


Explain the use of Mutex in C#?

569


What is disco?

525


What is a console application in c#?

454


What is difference between value and reference types in C#.NET

527


What is the use of main method in c#?

501


What is .cshtml file?

501