Can an exception be rethrown?

Answers were Sorted based on User's Feedback



Can an exception be rethrown?..

Answer / ashok

yes. Exception can be rethrown by using throw statement.

Is This Answer Correct ?    15 Yes 2 No

Can an exception be rethrown?..

Answer / sreenu

How can we rethrown the exception can any one explain with
example?

Is This Answer Correct ?    5 Yes 0 No

Can an exception be rethrown?..

Answer / devarathnam

yes

Is This Answer Correct ?    4 Yes 1 No

Can an exception be rethrown?..

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

Post New Answer

More Core Java Interview Questions

What is deadlock and how to avoid this?

2 Answers  


What is a java string?

0 Answers  


What is method reference?

0 Answers  


I want to re-reach and use an object once it has been garbage collected. How it's possible?

0 Answers  


What are the benefits of operations in java?

0 Answers  






What is default specifier ??? Use of default specifier ???

4 Answers   Cognizant, Syntel,


What JNDI(Java Naming and Directory Interface) provides?

4 Answers  


what is the diff between Servletcontext and servletconfig?

5 Answers  


What is the main purpose of serialization in java?

0 Answers  


When we give defination of interface method in the class why method must be public???

2 Answers  


What is the declaration statement?

0 Answers  


Does any tag exists in HTML to upload and download files ?

3 Answers  


Categories