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 I learn java without any programming experience?

0 Answers  


In Java list the methods that can be overridden?

0 Answers   Accenture,


What is the scope or life time of instance variables?

0 Answers  


how to print output with out using sop statements

5 Answers   UHG,


How do generics work?

0 Answers  


what is generics in jdk1.5?

2 Answers   Bally Technologies,


What are keywords in java?

0 Answers  


How does a for loop work?

0 Answers  


Can we sort arraylist in java?

0 Answers  


What is stringreader?

0 Answers  


What is the primitive type byte?

0 Answers  


What are the steps to do connection pooling in weblogic?

1 Answers   TCS,


Categories