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
List out five keywords related to exception handling ?
Can private members of a base class are inheritable justify?
Difference between current previous versions of Java?
What is string and its types?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
Define inheritance?
What is the use of accept () method in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Can we pass null as argument in java?
What do you mean by thread safe?
How do you use compareto method?
What is void keyword?
What is bigger kb or mb?
Can we define private and protected modifiers for variables in interfaces?
Can You Have Virtual Functions In Java?