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
what is thread? : Java thread
Is it necessary for the port addresses to be unique? Explain with reason.
What is the difference between scrollbar and scrollpane?
What does the @override annotation do?
What is operator overloading. Is it is supported in java?
What is an enumeration?
What is java full form?
How to read and write image from a file ?
How do you join strings in java?
What are constants and how to create constants in java?
Can we overload destructor in java?
How can we create an immutable class in java?
Which collections are thread safe in java?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What is internal iteration in java se 8?