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
Define iterator and methods in iterator?
What are the properties of thread?
What is a variable in java?
What are the special characters?
What is difference between array and vector?
Why is it important to initialize a variable?
Explain the init method?
What about member inner classes?
What are different types of encoding?
What does mean in regex?
What is bitwise complement?
What is ascii format?
Why we cannot override static method?
Difference between method overloading and method overriding in java ?
What is java basic concept?