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 boxing? Explain its functionality?
What is an assembly in .net?
How do you access a constant field declared in a class?
What does question mark mean in c#?
What is difference between ienumerable and list in c#?
How do you type a null character?
Describe a Struct ?
What is a bool in c#?
What is the difference between abstract and virtual?
how to stored and retrive video in Sql server using asp.net c#......?
List the difference between the virtual method and the abstract method?
What is serialization in dot net?
What is difference between dynamic and var in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
Can a constructor have a return type?