Can we throw exception from catch Block?
Answer Posted / kamlesh sharma
yes we can through exception If catch block can not
handle exceptions,then it throw the exception to it's
caller
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What are the two properties that are common on every validation control?
How does session work?
How to handle errors in Web API?
Define authentication and authorization.
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is a web api?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is viewstate parameter?
What is ascx?
What is mvc in asp.net tutorial? : Asp.Net MVC
What are the difference between overriding and overloading?
What is the extension of master page in asp.net?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Why cyclomatic complexity is important?