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

how can u create the object with out new operator

2 Answers  


What is run-time class and system class? what is their purpose?

1 Answers  


What is native code?

0 Answers  


How to overcome the exception object reference not set to an instance of object?

0 Answers   Wipro,


What methodology can be utilized to link to a database?

0 Answers  






how to prepare for IT Officers Interview in Banks

0 Answers   TATA, Tata Steel Limited,


What is garbage collection? Can it be forced to run?

0 Answers   Global Logic,


what is jdk1.5 features?

6 Answers   AMS, Virtusa,


How do you use compareto?

0 Answers  


is memory to the abstract class allocated ..or objects not instantiated

7 Answers   Synechron, TCS,


What is the difference between interface & abstract class?

0 Answers  


What is Java Annotations?

0 Answers  


Categories