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 the keyword used to prevent a class from being inherited by another class?
Can we have multiple threads in one app domain?
What is private and shared assembly?
What is difference between ilist and list?
What is the default value of object in c#?
What basic steps are needed to display a simple report in crystal?
Is array value type in c#?
Give an example of a ctype.
Explain about finalize method?
What is an argument in c#?
What is the delegate in c#?
Hi Friends, I am going through Siemens Interview Procedure from last 1+1/2 months. I went through 1 written + 2 Technical + 1 Managerial Round process after which I got call from HR informing that "you are selected and we would like to meet you for HR round". HR round was very nominal compared to MR. HR Round last for hardly 5 mins. They told me that you will get the final result on Friday. Still I have not received any feedback from them. Please help!!!
What are the different types of comments in c#?
What is the boxing and unboxing in c#?
Why singleton class is sealed?