Answer Posted / gyana
NO,we cannot use two catch block.It can't be executed.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What is immutable in C#?
Explain the feature of c# language?
What are fields in c#?
What do you mean by shared assembly?
Can the accessibility of a type member be greater than the accessibility of its containing type?
Can multiple inheritance implemented in c# ?
What does typeof return c#?
Why var is used in c#?
What will a loop recorder show?
Why c# is type safe?
Please explain the basic string operations used in c#?
List down the differences between “dispose” and “finalize” methods in c#.
What is the usage of OLE?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?