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 difference between yielding and sleeping?
What is the difference between a break statement and a continue statement?
Why object class is super class for every class in java?
Which are different kinds of source code?
What is meant by class and object in java?
What is java developer skills?
Is java free for commercial?
Which class is used by server applications to obtain a port and listen for client requests?
What does opcode mean?
What is the maximum size of a string in java?
What is default locale java?
What is * argv?
Explain spliterator in java8?
What is the difference between an array and an array list?
What are static initalizers in java ?