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 stringreader?
Can a constructor be protected?
What is command line argument in java?
Does java support function overloading, pointers, structures, unions or linked lists?
Define "Access specifiers" in java.
What is binary tree in java?
What is immutable state?
Explain the difference between abstraction and encapsulation.
According to java operator precedence, which operator is considered to be with highest precedence?
What is the finalize method do?
What does this mean java?
How would you use Bubble Sort to sort the number of elements?
Why singleton is not thread safe?
Is ++ operator is thread safe in java?
Describe different states of a thread.