Answer Posted / 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 |
Post New Answer View All Answers
What is RMI and what are the services in RMI?
Define aop(assepct oriented programing)?
What classes of exceptions may be caught by a catch clause?
what is the use of State Factories?
Difference between hashmap and hashtable?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Do you think that java should have had pointers?
What is metaspace?
What is ripple effect?
What are local interfaces? Describe.
What is a modular application? What does module-relative mean?
Why does the option tag render selected=selected instead of just selected?
Can I use multiple html form elements with the same name?
What are the design considerations while making a choice between using interface and abstract class?
How would you create a button with rounded edges?