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 much ram can a 64 bit processor theoretically?
What does string intern() method do?
Is java ee a framework?
What is the use of protected in java?
What will be the initial value of an object reference which is defined as an instance variable?
How hashmap increases its size in java?
What is the difference in between cpp and java? Can u explain in detail?
Can a static class have a constructor java?
Can we have multiple classes in single file ?
What does method mean?
What is the difference between post and put?
What is set in java?
What happens if we override only equals?
What is the exception hierarchy in java?
What is the meaning of immutable regarding string?