Answer Posted / pradeep
Hi Swapna,
throwing our Own Exception does not Means that there is
Design Flaws,
Assume that your application Involves DB Operation,
EG:
It Reads Data from an MSACCESS file,
and you are connecting the D.B through you program,
but can u tell me, what will happen if somebody/some other
application Exclusively opened the Access file before ur
Program,
----------------
A wise Programmer will foresee this Issue, and will Create
his own Exception Handler, which will instruct his User to
close that MSACCESS file,
----
So SWAPNA pls Grow UP, and try to think like how MEN Do,..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why do we use abstraction in c#?
What's the difference between an integer and int?
What is the usage of transponders?
Explain async and await?
What is default access modifier for class in c#?
if you do have a stack overflow profile.what is your ranking?
What is a console device?
Explain the difference between arraylist and array and in c#?
What is a partial class in c#?
Why do we use classes?
explain the features of static/shared classes.
What is the difference between structure and class in c#?
How to block a class from being inherited further?
Explain Constructor and destructor?
What are value types and reference types?