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
Why bytecode is called bytecode?
how to deploy tomcatserver to weblogic server? write d following steps?
What is array class in java?
Why do we override tostring method in java?
What is the difference between state-based unit testing and interaction-based unit testing?
What are untrusted applets?
What is numeric function?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
Can there be an abstract method without an abstract class?
How do I enable java in safari?
Explain about strings in java?
What is difference between c++ and java ?
What is the size of string?
What are "class access modifiers" in Java?
What is the nested interface?