what is unreachable code problem in multiple catch statements
Answer Posted / bijoy baby
super class can handle sub class Exception. That's why when
super class handler placed before sub class handler then the
exception object will not thrown to sub class handler.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is canonical name in java?
Which java collection does not allow null?
How do you pass by reference?
Can abstract class have private constructor?
how can you catch multiple exceptions in java?
What is data string?
explain what is transient variable in java?
What is difference between overloading and overriding in java?
How to sort a collection of custom Objects in Java?
What is the synonym of framework?
What is a byte string?
What's the purpose of static methods and static variables?
What do you mean by thread safe?
Can this keyword be used to refer static members?
What is thread pool in java with example?