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 method type?
Can we write any code after throw statement?
What is the point of java?
What is data member in java?
What is the functionality of the stub?
What is lastindexof in java?
How do you check if a string contains only numeric digits?
What is methodological theory?
What does || || mean in math?
What are the main differences between the java platform and other platforms?
Explain the difference between a Thread and a Process.
Which collections are thread safe in java?
Can we split string with in java?
Is string pool garbage collected?
Can an arraylist be empty?