What will happen if we write code like:
try{}catch(exception e)catch(IOException i)
Answer Posted / sonal
I knew the answer but tried it to get the exact compile
time error. It reads "exception java.io.IOException is
already been caught".
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the use of :: in java?
What are predicates in java 8?
What is hashmap in java?
Which variables are stored in heap?
What is thread pool? How can we create thread pool in java?
What is a method declaration?
Can we declare an array without size in java?
What is the purpose of declaring a variable as final?
What is mysql driver class name?
Why constructor has no return type?
What is the use of join method?
How to use arraylist in java netbeans?
How do you declare an array that will hold more than 64KB of data?
What is argument in java?
Is java a super set of javascript?