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
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Can I stream live content/events?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is state management in .net?
List the types of authentication supported by asp.net?
Differentiate between a hyperlink control and a linkbutton control.
How can I open ashx file in mobile?
What is a gridview in asp.net?
What is the difference between server-side scripting and client-side scripting?
From which base class all web forms are inherited?
Explain the updatepanel?
What is difference between asp state management and asp.net state management?
What is globalization and localization in asp net?
What is the difference between a cookie and a pixel?
What is server infrastructure?