What is Exception ?
When is try, catch block used ?
Answer / shikha nirankari
exception is an unhandled situations about which we know
before that they can arrise. For example try to divide by 0
is an exception. For handling exceptions we use try n catch
blocks.
try block is used to guard the statements in which exceptin
can be arrised.
catch block is used to take an action when an exception is
caught in a try block.
both try n catch blocks are dependent on each other. the
exception arrised in try block n the action needed to take
on its arrising will be done through catch block.
| Is This Answer Correct ? | 10 Yes | 3 No |
Explain how is method overriding different from overloading?
Explain the function of attributes in tags?
How to delete an existing cookie?
Any one tell me what GOOGLE GEARS and how to use it ?
How to include active x controls in asp code?
Why do we use asp?
Explain the life cycle of asp page.
Define common language specification (cls)?
We have recently bought Hart 475 communicator , when we try to use it on transmitter it shows error : Voltage detected on FF connectors and later show No device found , can any one give me and idea about how to solve it.
What is the difference between sap r/2 and r/3
How do you make it so that code runs when the security system is stopping it?
what is n tier ?