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 are the different types of delegates?

0 Answers  


Why do we use namespace in c#?

0 Answers  


Can we declare class as protected?

0 Answers   Infosys,


What is getenumerator?

0 Answers  


What problem does Delegate Solve?

0 Answers   MindCracker,






What is delimiter in c#?

0 Answers  


What is array and its types in c#?

0 Answers  


What is the use of console readkey ()?

0 Answers  


What is call back method?

0 Answers  


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...

1 Answers  


Is c# used for frontend or backend?

0 Answers  


What is msil in c#?

0 Answers  


Categories