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 a java string?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What are different ways of object creation in java ?
how to open and edit XML file in Weblogic???
why java does not support multiple inheritance
41 Answers Diamond, Euclid, Evergent, KLKJ, Mind Tree, NIIT, SSI Small Scale Industries, Wipro,
Can we instantiate interface in java?
How to sort list of list in java?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is the purpose of static methods and variables?
What is difference between hashset and hashmap in java?
Does any tag exists in HTML to upload and download files ?
how to use crystal reports in java