What is meant by throwing an Exception?
Answers were Sorted based on User's Feedback
Answer / tejas.n.gowda
the act of passing an Exception Object to the runtime system
is called Throwing an Exception..
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / jagadeesh
throwing the exception is nothing but collect all the error
releated info into the single and throw that objet into the
caller area
it contains all exception releated info
And most importantly it is the responsibility of the caller
to handle the exception by using try , catch blocks
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravikiran
throwing the exception to the calling method without
handing there
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / akbar
Throwing exception means preventing the code from
exceptiion handling mechanism so that at Runtime system
throwing exception.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the meaning of I ++ in java?
What is bean? Where it can be used?
Explain the difference between abstract classes and interfaces in java?
how can i connect to database in a applet ?
What is early binding and late binding in java?
What is this () in java?
What do you understand by casting in java language?
Difference between static synchronization vs. Instance synchronization?
How to initialize an Applet ?
What is the independent variable in an experiment?
Can you pass functions in java?
How is it possible for two string objects with identical values not to be equal under the == operator?