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
When a thread blocks on i/o?
Explain ioc concept?
What is colon_pkg_prefixes and what is its use?
the same information whether it will connect to the database or it will be used previous information?
Should synchronization primitives be used on bean methods?
Define aop(assepct oriented programing)?
Name three component subclasses that support painting?
Why use a datasource when you can directly specify a connection details?
What is a class loader? What are the different class loaders used by jvm?
how to use debug in my elipse to solve problems that exist in my project
What is the difference between java class and bean?
What is the difference between a static and a non-static inner class?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
What are the different class loaders used by jvm?
Do you think that java should have had pointers?