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
What is the definition of tree ?
Are static members inherited to sub classes?
how to deploy tomcatserver to weblogic server? write d following steps?
What is a protected method?
When do we use synchronized blocks and advantages of using synchronized blocks?
What is the public method modifier?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What is default size of arraylist in java?
What is a generic type?
When parseint method can be used?
What is this () in java?
How is string stored in java?
What is console based application in java?
What is mean by collections in java?
What is a function in programming?