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
Define aop(assepct oriented programing)?
Difference between DurableSubscription and non- DurableSubscription?
What is the relation between the infobus and rmi?
What is a clone?
Why do I get a duplicate name error when loading a jar file?
What is a tasks priority and how is it used in scheduling?
How primary key is implemented in Oracle?
If your ui seems to freeze periodically, what might be a likely reason?
Can I map more than one table in a cmp?
Explain what is orm?
Is jvm a overhead?
For which statements does it make sense to use a label?
Can I have an action without a form?
What are the purpose of introspection?
Name the eight primitive java types.