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 |
Can you override a final method?
How does singleton class work?
Difference between object instantiation and construction ?
What does next mean in java?
What are advantages of exception handling in java?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
Why null value is used in string?
Why do we need autoboxing in java?
What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.
Discuss different types of errors that generally occur while programming.
What is difference between hashset and hashmap in java?
Why is method overloading not possible by changing the return type in java?