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
What are the drawbacks of extending an interface as opposed to extending a class?
Describe how a .net application is compiled and executed
Can an abstract class inherit from another abstract class c#?
How do I unload an application domain?
Can property be private in c#?
How many types of delegates are there in c#?
What does using system mean in c#?
What is visual c# net?
What is a three-tier application.
Differentiate between static class and singleton instance?
What is a interface in c#?
What is use of hashtable in c#?
Is c# code is managed or unmanaged code?
What are functions in c#?
How many bytes is an int in c#?