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 |
Explain ioc concept?
what are the advantages of JTA over JTS?
What you mean by COM and DCOM?
How to pass parameters in RMI?
What is RPC?
Which containers use a border layout as their default layout?
Which javutil classes and interfaces support event handling?
What is the highest-level event class of the event-delegation model?
Tell me about Firewalls in RMI?
What are the implicit objects?
Connection Pooling with different type of databases?
Difference between swing and awt?