Can an exception be rethrown?
Answers were Sorted based on User's Feedback
Answer / ashok
yes. Exception can be rethrown by using throw statement.
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / sreenu
How can we rethrown the exception can any one explain with
example?
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
yes an exception can be rethrown by make use of throws
keyword,to it's calling method
| Is This Answer Correct ? | 3 Yes | 2 No |
What is hasnext in java?
Can I extend singleton class in java?
How do you sort in ascending order in java?
Explain creating threads by extending thread class ?
what is thread? : Java thread
Can we call the run() method instead of start()?
What is a method ?
What is the formula to calculate percentage?
Are arrays passed by reference in java?
What does n mean?
what is the diff between Servletcontext and servletconfig?
How is string immutable in java?