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 integer parseint?
What is variable and rules of variable?
What variables are stored in stack?
What is the internal implementation of set in java?
Why do we use string?
What must a class do to implement an interface in java programming?
How do you start a new line in java?
How can we find the sum of two linked lists using stack in java?
What is a conditional equation?
What are the Class Libraries ?
Can we nested try statements in java?
What is integer size in java?
Give an example of call be reference significance.
What is the difference between replace and replace all?
Explain throw keyword in java?