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 |
What is linked hashset and its features?
give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
Why local variables are stored in stack?
what is ABSTRACTION and what are using in real time project?
What is the immediate superclass of Menu?
Which is a valid identifier?
What are the advantages of defining packages in java?
What is the difference between integer parseint and integer valueof?
How to reduce flicking in animation?
What is sizeof in java?
Explain differences between checked and unchecked exceptions in java?
What are access modifiers in Java ?