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 does those terms actually mean included in the j.d.k i.6?
What is meant by design patterns?
What are the main uses of java?
List types of storage classes in java?
What is increment in java?
Which keyword specify that a variable is effectively final ?
How can we use primitive data types as objects?
What is class level lock ?
Is java hashset ordered?
Why call by value prevents parameter value change?
Explain thread life cycle in java?
What is the use of arraylist class in java?
what do you mean by stream pipelining in java 8? Explain
In how many ways we can do synchronization in java?
Is a boolean variable?