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 |
What do I have to do to make my code work with the security system?
What are the 3 types of internal controls?
In how many ways you can connect to the Database?
Why .Net Does not Support multiple inheritance?
Suppose someone gives a VB dll file (component). How to use that in an ASP file?
How to convert a string into an integer in .net?
Name the control which would you use if you needed to make sure the values in two different controls matched?
Explain how big is the data type int in .net?
___________ and ____________ properity to be used to create localized version of a form
explain uses of Textstream object in ASP
What does active server pages look like?
Define request object?