types of exceptions
Answer / anonymous
2 Types of Exception
1) Checked Exception : All exception classes that come
under Hierarchy of Throwable except "Runtime Exception"
and "Error" are checked exception. Eg: IOException etc.
2) Unchecked Exception : All classes that come under
hierarchy of "Runtime Exception" and "Error" are unchecked
exception For Eg. : NullPointerException,
ArrayIndexOutOfBoundsException etc.
| Is This Answer Correct ? | 7 Yes | 1 No |
How will the struts know which action class to call when you submit a form?
How are the elements of a cardlayout organized?
How to determine applet?s height and width?
why we use main in java?
Can I have an action without a form?
which is the better collection class if the requirement is only displaying the data
what is catalina in tomcat server.
what is a non-repeatable read?
What is waiting state? In what ways a thread can enter into waiting state?
What are the benefits of detached objects?
Thread life cycle?
What is the difference between the font and fontmetrics classes?