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 are constructors in java?
How is a structure different from array ?
What is the this keyword?
Explain the selection sort algorithm and state its time complexity?
Can we declare the static variables and methods in an abstract class?
What is a singleton class in Java?
what do you understand by the term string with respect to java?
What is use of map in java?
Which is better arraylist or vector?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
Can we overload final method in java?
What are the differences between stringbuffer and stringbuilder?
What is strings in java?
How many bits is a string?
What is final modifier?