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

Explain About delegates

0 Answers   TCS,


What is the default value of date?

0 Answers  


What are methods c#?

0 Answers  


what are the differences between a class and structure

0 Answers   Cognizant,


Is null empty or whitespace c#?

0 Answers  






What is array formula?

0 Answers  


What is the best method to fill the GridView. using SqlDataReader or Dataset and why

5 Answers   CA,


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

0 Answers   BirlaSoft,


What is dbcontext c#?

0 Answers  


What does m mean in decimal c#?

0 Answers  


What is the difference between <c> and <code> xml documentation tag?

0 Answers  


What is a helper method in c#?

0 Answers  


Categories