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
Why is singleton class used?
What does the “final” keyword mean in front of a variable? A method? A class?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What is super in java?
What are extraneous variables examples?
What is the difference between preemptive scheduling and time slicing in java programming?
How java uses the string and stringbuffer classes?
How many types of gc are there in java?
Are primitives objects?
How many types of assembly languages are there?
What two classes are used to read data only?
What are the types of java?
explain autoboxing in java?
Difference between error and exception
Why vector class is used?