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 are the 7 types of characters?
What do you understand by the term string pool?
What are features of java?
What is the final method?
What must a class do to implement an interface in java programming?
can anyone explain me the concept of autoboxing?
Program to find greatest prime number in n numbers?
What is casting ?
Does java support Operator Overloading?
What restrictions are placed on method overloading and method overriding?
What modifiers may be used with a top-level class?
What is temp in java?