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
Is empty string in java?
What is the use of System class?
What is dynamic binding(late binding)?
What is a static method in java?
What is nextline method in java?
What is the memory leak in java?
Why declare Main() inside the class in java ?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
Does string isempty check for null?
What are different data types?
What is data and its types?
What exceptions occur during serialization?
What is treeset and treemap in java?
What is reflexive association?
What is the use of list in java?