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 difference between the methods sleep() and wait()? : Java thread
What is entry in java?
Explain about doubly linked list
0 Answers Aditi Placement Service,
What is a singleton class in Java?
What are Advatages of Overloading and Overridding.
What is queue in java?
Is hashmap thread safe?
What is a treeset in java?
Can you override a final method?
What is the difference between java and .Net?
What is method overloading with type promotion?
Which class is the superclass for every class in java programming?