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
What is data movement?
Can a class with private constructor be extended?
What is the benefit of using enum to declare a constant?
Why we used break and continue statement in java?
Can list be null in java?
What is the difference between length and length() method in java?
What is a treemap in java?
What does percent mean in java?
What do you mean Abstraction in java?
What is matcher in java?
How to instantiate member inner class?
What does it mean to be immutable?
How do you detect memory leaks?
Why is it called buffering?
What java is used for?