How does a try statement determine which catch clause
should be used to handle an exception?
Answer Posted / vatti
when an exception is thrown from the try block,the type of
exception object specified in the catch statement matches
with the exception thrown, that one will execute
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
State differences between C and Java?
Explain about transient variables in java?
What is contractor means and methods?
What is module in project?
What is the difference between a scrollbar and a scrollpane?
Can a constructor be protected?
What is native code?
Can you sort a string in java?
What is string immutability?
How to implement an arraylist in java?
what is interface in java? Explain
What do you mean by synchronized non access modifier?
List primitive java types?
When is update method called?
What is difference between class and object in java?