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 the map interface in java programming?
What is Mutex (Mutual Exclusion Object) ?
What are the access modifiers available in java?
What is the difference between array list and vector in java?
Why is java so important?
1.what is the exact difference between applet and frame? 2.Do we use main method in frames?
What is the difference between @before and @beforeclass annotation?
What is the purpose of void?
Define package in Java.
What interface is extended by awt event listeners?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
Difference between throw and throws?