Answer Posted / m.k.sreenivas
Checked exceptions:
A checked exception is some subclass of Exception (or
Exception itself), excluding class RuntimeException and its
subclasses. Each method must either handle all checked
exceptions by supplying a catch clause or list each
unhandled checked exception as a thrown exception.
Unchecked exceptions:
All Exceptions that extend the RuntimeException class are
unchecked exceptions. Class Error and its subclasses also
are unchecked.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does escaping a character mean?
Explain the difference between comparator and comparable in java?
What is jagged array in java?
What is classes in java?
Java.util.regex consists of which classes?
What is Session reduplication and how its done?
What is a priority queue java?
What is a data structure java?
What is the difference between this() and super() in java?
what is meant by HQL?
Explain 5 features introduced in jdk 1.7?
What is the purpose of the System class?
What is data type example?
What is a nested class?
How to reverse string in java?