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 a void in java?
what is thread in Java ?
Can java list contain duplicates?
What is the difference between interface & abstract class?
What is type safety in java?
What is the locale class in java programming?
What is default constructors?
What is the final class?
Explain hashset and its features?
List down the methods and interfaces of collection class in java.
What's the difference between an abstract class and interface in java?
What is a data structure java?
What is variable length arguments in java?
What are default methods ?
Explain the scope of a variable.