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 the difference between scrollbar and scrollpane?
What does || || mean in math?
How is tree Mirroring implemented?
Are arrays static in java?
What is a Null object?
Can we override constructor?
what is ststic with example
What are the different types of collections in java?
What is the flag in java?
What is contract between hashcode and equal method?
Can we override tostring method in java?
Is java hard to learn?
What is the benefit of abstract class?
Give us a program to check for parenthesis matching using stack.
What is default size of arraylist in java?