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
how do you Handle Front End Application data against DB with example?
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
How substring() method of string class create memory leaks?
Describe responsibilities of Activator?
What is the infobus?
What is prototype?
What is the difference between the session.get() method and the session.load() method?
What is the purpose of the wait() method?
Is there a guarantee of uniqueness for entity beans?
What restrictions are placed on the values of each case of a switch statement?
What modifiers may be used with an interface declaration?
what is handle?
Why is actionform a base class rather than an interface?
What class is the top of the awt event hierarchy?
Difference between DurableSubscription and non- DurableSubscription?