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 abstract schema?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
what is a non-repeatable read?
Is a class a subclass of itself?
What is message driven beam?
what is meant by JRMP?
Name three subclasses of the component class?
What is the difference between static and non-static with examples?
What is a tasks priority and how is it used in scheduling?
What is a class loader? What are the different class loaders used by jvm?
What you mean by COM and DCOM?
Is jvm a overhead?
What are the purpose of introspection?
What is a clone?
Is “abc” a primitive value?