What is the superclass of exception?

Answers were Sorted based on User's Feedback



What is the superclass of exception?..

Answer / ravikiran

Throwable

Is This Answer Correct ?    20 Yes 0 No

What is the superclass of exception?..

Answer / krishnakanth

Object<--Throwable<--( Exception & Errors )

Exception<-- ( Checked & Unchecked )

RuntimeException<--Unchecked Exceptions

Checked Exceptions are not derived from the
RuntimeException.But it must caught by the user by using
try catch blocks.

Is This Answer Correct ?    9 Yes 1 No

What is the superclass of exception?..

Answer / sheetal panchal

java.lang.throwable

Throwable is the superclass for all exceptions and errors.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Core Java Interview Questions

can java object be locked down for exclusive use by a given thread? : Java thread

0 Answers  


What is the meaning of 3 dots in java?

0 Answers  


Can we convert list to set in java?

0 Answers  


Can we have multiple classes in a single file?

0 Answers  


How to handle a web browser resize operation?

0 Answers  






Can we make the abstract methods static in java?

0 Answers  


What does serializing data mean?

0 Answers  


Explain method overloading?

0 Answers  


why Interface used?

0 Answers   HCL,


what is private constructor?what are the uses of writing private constructor in our program?

10 Answers  


What is the difference between notify and notifyall method?

0 Answers  


what are the new features available in java 1.5 version?

3 Answers   Accenture, Features, Motorola,


Categories