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 mnemonic in assembly language?
Is java call by reference?
Explain the difference between jvm and jre?
Define inheritance?
What is a super method?
How many bits is a string?
What is space character in java?
What is string builder in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is map in java?
what is the difference between yielding and sleeping? : Java thread
What is a method in programming?
Which is bigger float or double java?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
What is a instance variable?