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 a layout manager and what are different types of layout managers available in java awt?
Can arraylist contain null values?
What are inner and anonymous class?
Why java is a platform independent? Explain
Can a static class implement an interface?
Can a class be private in java?
What class of exceptions are generated by the java run-time system?
What is the difference between notify and notifyall method?
How is hashset defined in java?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is class??
Explain differences between checked and unchecked exceptions in java?