Superclass of exception
Answers were Sorted based on User's Feedback
Answer / raghavendra singh
The Superclass of exception---
is Throwable.it is supermost class of all the Exception.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / naveen
Throwable
It is super most class of all the Exception classes.
| Is This Answer Correct ? | 8 Yes | 0 No |
How to avoid the runtime exception ?
How many types of methods are there?
How many times finalize method will be invoked? Who invokes finalize() method in java?
Are arrays dynamic in java?
What is hashtable and explain features of hashtable?
If I only change the return type, does the method become overloaded?
What is outofmemoryerror in java?
Why does abstract class have constructor?
Is string a wrapper class?
Give few difference between constructor and method?
What are heterogeneous objects?
What is :: operator in java?