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 |
What is the relationship between an event-listener interface and an event-adapter class?
What are externizable interface?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
whats is mean by connectionpooling
diffrence between jsp and servelts.
Is multiple try block is possible in single java Application......
Are enterprise beans allowed to use thread.sleep()?
Write a program to show synchronization?
When is the best time to validate input?
If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?
What class is the top of the awt event hierarchy?
difference of inheritance and interface