How to handle exceptions without using try,catch,throw, and
log4j
Answer Posted / sathya
If you want to handle exceptions you must use try & catch
block or try followed by the finally block.
If you don't want to handle them you can use throws clause.
Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers