What will happen if we write code like:
try{}catch(exception e)catch(IOException i)
Answer Posted / guest
It will not compile.
| Is This Answer Correct ? | 26 Yes | 8 No |
Post New Answer View All Answers
What is the difference between conversation & casting?
What are the types of literals?
what is predefined function in java?
What about features of local inner class?
For class CFoo { }; what default methods will the compiler generate for you>?
How do you include a string in java?
What do you understand by weak reference?
what is the difference between future and callable interface in java?
What is use of super keyword in java?
What is static import in java?
How a variable is stored in memory?
What is definition and declaration?
Which package has light weight components in java programming?
What is variable and rules of variable?
How does compareto work in java?