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
Is a char always 1 byte?
What is comparator in java?
What is the new line character?
Differentiate between the constructors and methods in java?
Is singleton a bad practice?
Explain reverse a linked list iterative solution in java?
How do you sort in ascending order in java?
How do I get the | symbol on my keyboard?
what are three ways in which a thread can enter the waiting state? : Java thread
Explain the usage of this with constructors?
Is logger a singleton?
Is an empty arraylist null?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What is the preferred size of a component in java programming?
What is the Concept of Encapsulation in OOPS