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
Can we make constructors static?
Can an interface have a class?
What are Normalization Rules? Define Normalization?
What is the meaning of variable in research?
What is a war file?
What does the three dot emoji mean?
What is the this keyword?
Which class cannot be a subclass in java?
How do you declare a string variable?
Where is the singleton class used?
Write a program to reverse array in place?
What is Java Annotations?
How do you override a variable in java?
What is jit compiler in java?
What is the purpose of main function in java?