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
What is return code?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
What is a constructor overloading in java?
What is the maximum size of a string in java?
Is singleton set an interval?
How can I become a good programmer?
Why are generics used?
Write a program in java to establish a connection between client and server?
What is the syntax and characteristics of a lambda expression?
What is the old name of java?
What do you understand by casting in java language?
What are thread local variables?
Can we assign the reference to this variable?
What are the types of literals?
What is the do while loop syntax?