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 size of boolean variable?
What is the biggest integer?
What is the difference between preemptive scheduling and time slicing?
What is nested class?
How to display names of all components in a Container?
Write a program to find the whether a number is an Armstrong number or not?
How to reverse string in java?
Difference between concurrent hashmap and hashtable and collections
What is java oops?
How to change value in arraylist java?
Which are the two subclasses under exception class?
Why is multiple inheritance not supported in java?
What are inner classes or non static nested classes in java?
Define Multiprogramming and Multiprocessing in java.
What is update method called?