Answer Posted / nagaraj
Catch(Exception) means that you catch all the exception
which might not occur. But, really we need to catch only
some type of exception, so we need to catch only those type
instead of catching all the exceptions.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between asp & asp.net.
Why is an object pool required?
What is the difference between the response.write() and response.output.write() methods?
What is ASLM?
What are the server control tags in asp.net.?
What is the significance of ASP.NET routing?
What is redirecting behavior?
What do you mean by marshalbyref?
What is a postback in asp net?
What is fulltrust?
Is it possible to change the index of primary key on table?
How can we identify that the page is post back in asp net?
What are the features that make asp.net more used framework? : asp.net mvc
Is redux flux?
What is the difference between system.stringbuilder and system.string