What will happen if we write code like:
try{}catch(exception e)catch(IOException i)
Answer Posted / jahri
yes it should be child exception to base exception
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is list ordered in java?
Can a java program have 2 main methods?
What is pangram in java?
Define how objects are stored in java?
What is the use of join method?
What are decalarations?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is meant by distributed application? Why are we using that in our application?
Can you sort a list in java?
How is java hashmap implemented?
What is integer parseint?
Can there be an abstract method without an abstract class?
What is an escape character in java?
How do you square a number?
Explain creating threads by implementing runnable class?