what is difference between checked exception & unchecked
exception in java?
Answer Posted / sagar hire
In checked exception it is necessary to that handle it.and
in case of unchecked exception it is not necessary to handle
that exception.
a method in which possibility of the checked exception
must throws that exception otherwise it will genberate a
complie time error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the string and stringbuffer classes?
What is table mutation and how do you avoid it?
Is the ternary operator written x : y ? Z or x ? Y : z ?
what are getters and setters in Java with examples?
What is clustering? What are the different algorithms used for clustering?
What is a class loader? What are the different class loaders used by jvm?
What’s jboss jbpm?
Do we need to override service() method
What is a modular application? What does module-relative mean?
What do you mean by Socket Programming?
what are the advantages of JTA over JTS?
Explain ioc concept?
What does module-relative mean?
What is the diffrence between a local-tx-datasource and a xa-datasource?
Explain the advantages and disadvantages of detached objects.