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 to sort numbers in java without array?
Is array passed by reference in java?
What are thread safe functions?
What is difference between local variable and global variable?
Explain notifyall() method of object class ?
Why are variables important in research?
How to do a true java ping from windows?
Can we serialize static variables in java?
What is object cloning in Java?
Can we create object of inner class in java?
How many bits is a char?
Why hashmap is used in java?
How to provide security in java
What is encapsulation in java?
What does null mean in java?