what is the difference between ERROR and EXCEPTION?
Answer Posted / novice
exception is a special situation of the program where we
need to deviate from the normal path of execution and define
our own path i.e code to handle it. it is an error like
situation but not actually an error.
error is a wrong opinion given by the user or mistakes and
misconstrued statements made by the programmer which cannot
be resolved by the programmer
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does and I oop and sksksk mean?
Can bst contain duplicates?
Why is there no multiple inheritance?
What makes a language oop?
What is abstraction with example?
What is the important feature of inheritance?
What are constructors in oop?
How do you achieve runtime polymorphism?
What is abstraction in oops?
What exactly is polymorphism?
What is coupling in oops?
What is oops concept with example?
What is overloading and its types?
what are the ways in which a constructors can be called?
Are polymorphisms mutations?