why there are multiple catches for a try block.don't tell me
that there can be multiple exception of a code segment
that's why.tell me the real fact behind this.
Answer Posted / raj
Handle e\any es\exception at the layer that can handle it
in an efficient manner, else propagate it upwards!
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a get method?
How is tree Mirroring implemented?
What interface is extended by awt event listeners?
How to split arraylist elements in java?
What is compareto () in java?
What is main string [] args?
What are facelets templates?
What is the diffrence between inner class and nested class?
What is the difference between class & object?
What is the syntax and characteristics of a lambda expression?
What is an exception in java?
What does file separator do in java?
What is the difference between comparison done by equals method and == operator?
How to implement an arraylist in java?
Where are local variables stored?