What if an error occurs in Catch block, how can you prevent it?
Answer Posted / anita chauhan
catch block is used for handling exception or error and if
any such error occures in catch block then again we should
put some exception for that error in the same catch block.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a dimensional array?
What is the difference between static class and abstract class in c#?
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?
Why is it important to override gethashcode when equals method is overridden?
What is difference between singleton and static class in c#?
What is array formula?
Why is hashset faster?
Why do we use virtual methods in c#?
Explain briefly the difference between value type and reference type?
What is the main method?
What is COM Interoperability?
How does aspect oriented programming work?
What do you know about Translate Accelerator?
What is indexer c#?
Can abstract class have private constructor c#?