What is the superclass of exception?
Answers were Sorted based on User's Feedback
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 |
Answer / sheetal panchal
java.lang.throwable
Throwable is the superclass for all exceptions and errors.
Is This Answer Correct ? | 6 Yes | 0 No |
Can I learn java without any programming experience?
In Java list the methods that can be overridden?
What is the scope or life time of instance variables?
how to print output with out using sop statements
How do generics work?
what is generics in jdk1.5?
What are keywords in java?
How does a for loop work?
Can we sort arraylist in java?
What is stringreader?
What is the primitive type byte?
What are the steps to do connection pooling in weblogic?