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

placement papaers of spring computing technology

0 Answers   Spring Computing Technologies,


What is the difference between jdk and jre?

0 Answers  


Is java good for beginners?

0 Answers  


what is servlet enginee?

0 Answers   Covansys,


What are legal modifiers that we can use to declare an inner class?

1 Answers   Infosys,






How does a for loop work java?

0 Answers  


What is string manipulation?

0 Answers  


what is singlton class?where it is use in real time senario.

1 Answers   Wipro,


Explain the scope or life time of class variables or static variables?

0 Answers  


What is hashing in java?

0 Answers  


What languages are pass by reference?

0 Answers  


What is the default value of an object reference declared as an instance variable?

0 Answers  


Categories