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
Where can I find jdk in my computer?
What is console based application in java?
Explain about oops concepts.
How to create com object in Java?
Can we convert list to set in java?
Name component subclasses that support painting in java programming?
Write a program to print fibonacci series up to count 10.
Can we override the private methods?
What is the purpose of a volatile variable?
What is the difference between a method and a procedure?
How big is a pointer?
Explain restrictions for using anonymous inner classes?
What is the java virtual machine?
what are three ways in which a thread can enter the waiting state? : Java thread
What all access modifiers are allowed for top class ?