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
How do you check if two given string are anagrams?
Can this keyword be used to refer static members?
What is the final variable?
How many types of flags are there?
Is it possible to compare various strings with the help of == operator?
What does %4d mean in java?
what is mutual exclusion? : Java thread
What is double parsedouble in java?
Can private members of a base class are inheritable justify?
How do you delete a list in java?
Is logger a singleton?
Are floats faster than doubles?
What is variable and constant explain with example?
Explain the private field modifier?
Can a abstract class be declared final?