What classes of exceptions, caught by a catch clause?
Answer Posted / niranjanravi
A catch clause can catch any exception that is assigned to
the throable type.It includes both run time errors and
exceptions.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
List some oops concepts in java?
What is a generic type?
What is dynamic array in java?
What is vector?
Explain inner classes ?
What is mutable object and immutable object?
what are the states associated in the thread? : Java thread
What is string pooling concept?
What is fail fast in java?
How many bytes are there?
What is the difference between object oriented programming language and object based programming language?
What is the tradeoff between using an unordered array versus an ordered array?
What is jar?
What is the use of conditional statement?
Why isn’t there operator overloading?