How to handle exceptions without using try,catch,throw, and
log4j
Answer Posted / anup
Generally without try catch trow we can not handle
exceptions handling is not a good practice.
In that case we have to first find the probalbe case for
exception and using if else codition we have to implement
those condition and handling this.
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers