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 overriding and overloading in OOPS.
0 Answers Axtria, ITC Indian Tobacco Company,
Why null value is used in string?
Which class is the superclass for all the classes?
What is empty list in java?
What is string [] java?
Define Compiling?
write SQL command for table employee where print first name or last name start like "A" and who is working in domain(angular js,java,dotnet)
Program to find greatest prime number in n numbers?
What is the base class of all classes?
Is math an abstract class in java?
What are the different types of collections in java?
What is scope & storage allocation of global and extern variables? Explain with an example