Can multiple catch statements be used in exceptions ?
Answer Posted / ravikiran(aptech mumbai)
yes multiple exceptions are possible,But the super class of
the particular exeption has to follw the sub claa.Reverse
will not be posible
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is stack explain?
List types of storage classes in java?
What is anagram number?
What is the static variable?
Difference between nested and inner classes ?
What is the difference between an interface and an abstract class?
what is optional in java 8?
What is a cup of java?
What is a method in java?
What methods are used in Servlet?Applet communication?
What is executor memory?
What is append in java?
What is "this" keyword in java? Explain
Explain about the interpreter in java?
What is the use of default method in interface in java? Explain