Answer Posted / 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 |
Post New Answer View All Answers
What is a copy constructor in java?
Can a class have multiple constructors?
Can we return null in java?
How to convert string to char and vice versa?
Is java jre still free?
What do you mean by byte code?
Differences between external iteration and internal iteration?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Explain the use of javap tool.
What do you understand by the term polymorphism?
Program to Find the second largest element in an array.
What is a conditional equation?
What is bifunction in java?
Do you know why doesn't the java library use a randomized version of quicksort?
How do I get the | symbol on my keyboard?