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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between protected and internal in c#?

465


Explain partial class in c#?

496


Why do we use overloading in c#?

479


What is datatable in c#?

488


What is difference between an Structure and Class?

567






Can we store different data types in arraylist in c#?

467


What is a protected class in c#?

490


Differentiate between static class and singleton instance?

520


What does using system mean in c#?

492


What is the difference between a variable and a literal?

537


What is parse method in c#?

455


How do you create empty strings in c#?

517


What is virtual in c#?

478


What is the difference between proc. Sent by val and by sub?

482


Explain types of comment in c# with examples

481