Hi all,I am the beginner.
Please tell use of finally block.

Answers were Sorted based on User's Feedback



Hi all,I am the beginner. Please tell use of finally block...

Answer / master

what you need to learn here... the meaning is there itself
right 'finally'.... after everything done... the finally
will execute....

everyday... if you rome around hyd... finally you will
reach home right... this is also like that... :)

Is This Answer Correct ?    16 Yes 0 No

Hi all,I am the beginner. Please tell use of finally block...

Answer / chetan dubey

we use finally block in exception handling ,it is must
executable block of statement i.e. if there is any
exception is occured ,the code in the finally block is must
executed.

Is This Answer Correct ?    5 Yes 0 No

Hi all,I am the beginner. Please tell use of finally block...

Answer / shikha jain

finally block is come after executing catch and try block,it place with exception handling

Is This Answer Correct ?    4 Yes 0 No

Hi all,I am the beginner. Please tell use of finally block...

Answer / jagdish

Irrespective of weather error is thrown by try block,finally block will always execute.

Is This Answer Correct ?    1 Yes 0 No

Hi all,I am the beginner. Please tell use of finally block...

Answer / pramod kumar sharma

finally block(The collection of instructions) means it must be done.

Is This Answer Correct ?    0 Yes 0 No

Hi all,I am the beginner. Please tell use of finally block...

Answer / dilip

Re: Hi all,I am the beginner. Please tell use of finally block.
Answer
# 4
we use finally block in exception handling ,it is must
executable block of statement i.e. if there is any
exception is occured ,the code in the finally block is must
executed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is icomparable in c#?

0 Answers  


Does constructor return any value in c#?

0 Answers  


What is short circuit logical evaluation?

1 Answers   TCS,


What are the types of serialization?

0 Answers  


What Happens In Memory When You Box And Unbox A Value-type?

0 Answers   Siebel Systems,






What is option parameter in C#?

0 Answers  


How do you pronounce c#?

0 Answers  


What is the difference between ref and out in c#?

0 Answers  


What is the difference between do and while loop?

0 Answers  


What?s class SortedList underneath?

1 Answers  


What is a c# delegate?

0 Answers  


What is cli in c#?

0 Answers  


Categories