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 to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What are the two types of web pages?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What is cache in asp net?
What is difference between cookies and cache?
What is the function used for removing an event listener?
What kind of data we can store in viewstate?
Difference between overriding and overloading?
What is DataGrid wheater its a Server Control or something else ?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Explain different types of validators in asp.net?
What is session management in web application?
What is the use of response redirect in asp.net?
What is cross page posting in asp net?
Why we go for mvc instead of asp.net? : Asp.Net MVC