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 data string?
Explain the importance of join() method in thread class?
Which method must be implemented by all threads?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is %02d?
How do you override a variable in java?
Is special character in java?
What is the difference between serializable and externalizable interface?
Why java is not 100% object-oriented?
What is string [] java?
How to sort array of 0 and 1 in java?
What are constants and how to create constants in java?
What is the purpose of tostring() method in java?
What is hashset in java?
Which java collection does not allow null?