different between exception and error? explaim check and
uncheck exception
Answer Posted / malligontla
Exception is caused due to programmer mistake where as error
is because of the jvm failure. Checked exception user should
handle the exception to ensure the smooth flow of the
program without any break IOException, unchecked exception
is the user might or might not handle the exception example
is Arithmetic exception
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Can list contain null in java?
Why we use multi threading instead of multiprocessing?
What is the primitive type short?
What is the difference between stringbuffer and stringbuilder?
What is the importance of static variable?
State one difference between a template class and class template.
What happens if an exception is not handled in a program?
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
What is the purpose of using break in each case of switch statement?
What is the advantage of preparedstatement over statement?
Tell us something about different types of casting?
What is method in java ?
How will you invoke any external process in java?
How will you call an Applet using Java Script Function?