Answer Posted / ritesh srivastav
1 exception is a condition that has been occur in piece of code. that can be handle by programmer.
whereas error is occur at runtime of program.that can not be handle by programmer.
2 eg. of exception is no divide by zero
whereas eg. of error is stack over flow.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a data structure java?
What's the purpose of using break in each case of switch statement?
Explain about interthread communication and how it takes place in java?
Explain java coding standards for methods?
How do you delete a list in java?
What does string mean in java?
What is arrays aslist in java?
What are data structures in java?
What is a numeric literal?
What is data type example?
Why put method is used?
What is the final variable?
How do you use substring in java?
What is main function purpose?
Variable of the boolean type is automatically initialized as?