|
INTERVIEW QUESTIONS
MICROSOFT
C#
DETAILS
Question: It is perfectly legitimate to throw exceptions from catch and finally blocks
Answer: Answer is (A) True.
Catch and finally blocks are just like other code blocks, and you can write any legitimate C# code, including try, throw, catch and finally.
|
|
|
Category |
C# Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 8792 users |
Added on |
7/28/2011 |
Views |
67463 |
Rate it! |
|
|
Question:
It is perfectly legitimate to throw exceptions from catch and finally blocks
Answer:
Answer is (A) True.
Catch and finally blocks are just like other code blocks, and you can write any legitimate C# code, including try, throw, catch and finally. Source: CoolInterview.com
Yes
Regards, Nicku Source: CoolInterview.com
Answered by: nicku | Date: 8/12/2010
| Contact nicku
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Constructors can not be static
|
View Answer
|
|
Which of the following statement is invalid with regards to constructor
|
View Answer
|
|
Which method is implicitly called when an object is created
|
View Answer
|
|
Interface members can not be declared as
|
View Answer
|
|
It is not permitted to declare modifier on the members in an interface definition
|
View Answer
|
|
Which of the following statements is not true for interfaces
|
View Answer
|
|
Sealed class can be inherited
|
View Answer
|
|
Which of the following can not be declared as virtual
|
View Answer
|
|
By declaring a base class function as virtual we allow the function to be overridden in subclasses
|
View Answer
|
|
Which of the following is not a C# reserved keyword
|
View Answer
|
|
The compiler throws an error if XML comments is not well formed
|
View Answer
|
|
How do you choose 1 entry point when C# project has more Main( ) method?
|
View Answer
|
|
Is it possible to inherit a class that has only private constructor?
|
View Answer
|
|
How can i check whether a dataset is empty or not in C#.net
|
View Answer
|
|
What is XML Schema?
|
View Answer
|
|
What is the default Function arguments?
|
View Answer
|
|
How do i read the information from web.config file?
|
View Answer
|
|
What is object pooling
|
View Answer
|
|
What is the main difference between pointer and delegate with examples?
|
View Answer
|
|
How to convert ocx into DLL
|
View Answer
|