types of exceptions



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

Post New Answer

More Advanced Java Interview Questions

how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)

1 Answers   TCS,


suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?

7 Answers  


what is activation monitor and what is its job?

1 Answers  


What is the highest-level event class of the event-delegation model?

0 Answers  


Describe activation process?

0 Answers  


how the action can be map from jsp page to bean class in mvc1

1 Answers   Photon,


How to deploy Jar, War files in J2EE?

0 Answers   HCL,


What is an abstract method?

0 Answers  


What do you know about seam?

0 Answers  


What is in-memory replication?

0 Answers  


What is the difference between the string and stringbuffer classes?

0 Answers  


What is metaspace?

0 Answers  


Categories