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 variable declaration and variable initialization?
Is array an object in java?
What is the maximum size of arraylist in java?
Is java an ide?
What is a void in java?
What’s the difference between constructors and other methods?
What is java and their uses?
What are data types in programming?
What about features of local inner class?
What is the core java?
Do we need to manually write Copy Constructor?
Can we convert stringbuffer to string?
What is methods and methodology?
What is an immutable class?
What is the difference between stream and buffer?