Answer Posted / ranganathkini
There are three main types of Exceptions:
1. Checked execptions: which have to be handled by the code.
These represent avoidable exceptional conditions which can
be handled and recovered from.
2. Runtime Exceptions: which need not be handled by the
code. These represent unexpected exceptional conditions
which can be handled but not necessarily recover from.
3. Errors: which need not be handled by the code. These
represent severe unexpected exceptional conditions which
shud not be attempted to handle.
| Is This Answer Correct ? | 79 Yes | 22 No |
Post New Answer View All Answers
How to create a fecelet view?
Is there any sort function in java?
What is the full meaning of java?
How many types of java are there?
Java openings 3 - 5 years, Lnt Infotech. requirements - core java, J2ee, struts, hibernate Interview Date:- 19 March 2011 Time:- 9:00 AM to 12:00 Pm Interview Location - L & T Infotech, Manapakkam, Chennai Refererral PS NO:- 291649 (Please mention this when u fill the form only then u will be considered for interview) Documents Required:- Latest Resume, Photograph and last 3 payslips Mail me on vasan2211@gmail.com once u appear for interview
What is a dynamic array in java?
List primitive java types?
Why declare Main() inside the class in java ?
What is the purpose of using java.lang.class class?
Explain importance of finally block in java?
What is java life cycle?
What is public static void main?
What are different types of multitasking?
What is class and its types?
Is null keyword in java?