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 |
what is use of functional interface in java 8?
Why string is immutable with example?
Which is easier netbeans or eclipse?
Can we write method inside a method in java?
Can a class be protected in java?
What are the advantages and disadvantages of object cloning?
Is arraylist an object in java?
What is polymorphism java example?
How to know the host from which Applet is originated?
What is boolean law?
Why can't you declare a class as protected?
What are the three parts of a lambda expression?