Can we throw exception from catch Block?
Answer Posted / deepika
The above answer is wrong.We can absolutely throw
exceptions in catch blocks.This is called bubbling the
exceptions to one level higher.If catch block can not
handle exceptions,then it can throw the exception that it
caught, to it's caller
| Is This Answer Correct ? | 46 Yes | 1 No |
Post New Answer View All Answers
How can we access static variable?
To load your generated dataset with data which method do you invoke?
List the advantages and disadvantages of user control an custom control?
How do you declare static variable?
What are the different kinds of assemblies?
How do we ensure view state has not tampered?
Does web services support data reader like pom project?
What are the various types of cookies in asp.net?
What is session start?
If you are using components in your application, how can you handle exceptions raised in a component?
How can exception be handled with out the use of try catch?
Describe how passport authentication works.
Explain the basic functionality of garbage collector?
Is asp.net a programming language or framework?
When cookie will expire?