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 e in java?
What is the access scope of a protected method?
What is charat ()?
How do I type unicode?
How many types of string data types are there?
Difference between Linked list and Queue?
What is the purpose of return statement?
Explain the importance of thread scheduler in java?
What is method overriding in java ?
Is it possible to instantiate the abstract class?
What is the declaration statement?
Explain about strings in java?
What are the four integer types supported by java?
How to reverse a string in java?
Why synchronization is important?