Can multiple catch statements be used in exceptions ?
Answer Posted / pratik
Yah you can use multiple catch statement.But the super
class type object should not come in catch statment before
sub class type object.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to find the given number is a prime number or not by getting input from the user
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is an array length?
What is the gregoriancalendar class in java programming?
What is difference between length and length() method in java ?
What is java Applet?
What are the main features of java?
What is ctrl m character?
What does string intern() method do?
What is assembly condition codes?
How can we create a synchronized collection from given collection?
How many types of variables are there?
What is the difference between throw and throws keywords?
Do you know how to reverse string in java?
How many return statement are allowed in a function?