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

Can we define constructors in Servlet?

3 Answers   Accenture, Opus, Wipro,


What is a convertor?

1 Answers   Suzlon,


How to pass parameters in RMI?

0 Answers  


What method MUST be implemented by all threads?

1 Answers  


Is a class a subclass of itself?

0 Answers  






Should synchronization primitives be used on bean methods?

0 Answers  


Explain the stub's and skeleton's functionality?

7 Answers  


how to search the pertical objects in a Collections

3 Answers   iGate,


How to synchronize jsp page?

1 Answers   Infotech, TCS,


what is catalina in tomcat server.

11 Answers   IBM,


Explain Life cycle of Servlet Filter.

2 Answers   InfoBrain, ITC Infotech,


i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)

2 Answers  


Categories