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
Can singleton class be inherited in java?
Can a final variable be initialized in constructor?
What are recursive functions? Give some examples?
What is serialversionuid?
Which oo concept is achieved by using overloading and overriding?
Tell me about your ability to work under pressure
Are true and false keywords?
How to perform quicksort in java?
What are thread priorities and importance of thread priorities in java?
What are the types of relation?
What is OOP Language?
What is final, finally, finalize?
when you will synchronize a piece of your code? : Java thread
What is sortedset in java?
How to compare two strings in java program?