what is the difference between ERROR and EXCEPTION?
Answer Posted / vignesh
Errors can't be prevented. Stop execution abruptly.
Exceptions can be caught and solved.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Advantage and disadvantage of routing in telecom sector
What is a class in oop?
Which language is not a true object oriented programming language?
What is the diamond problem in inheritance?
Why do we use inheritance?
What is static in oop?
What is difference between data abstraction and encapsulation?
How is class defined?
What is encapsulation example?
What is difference between polymorphism and inheritance?
Is oop better than procedural?
What are the three main types of variables?
What is multilevel inheritance in oop?
Why do we use class in oops?
Why is polymorphism used?