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 are the types of sockets in java?
What is the difference between menuitem and checkboxmenu item?
What are the different types of sorting in java?
What is boolean query?
Is array passed by reference in java?
Can an interface have a constructor?
What is private protected in java?
Define jit compiler?
What is function and method in java?
What is the difference between a factory and abstract factory pattern?
What is thread life cycle?
Which object oriented concept is achieved by using overloading and overriding?
What is immutable state?
how come we know the object is no more used in the class?
Do I need java on my computer?