what is the difference between ERROR and EXCEPTION?
Answer Posted / poonam
Error are those that do not allow are program to run. Some
errors cannot be fixed at compilation time they are runtime
errors. But exeptions are those that occur because of the
user during runtime which we are unable to avoid.For that we
use exeption handling to handle such kind of errors. These
allow the programs to execute and exit gracefully...
Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
What is inheritance in oop?
What is use of overloading?
What is stream in oop?
What is encapsulation process?
Can you explain polymorphism?
What is polymorphism in oops with example?
What is polymorphism oop?
How to call a non virtual function in the derived class by using base class pointer
Can we define a class within the interface?
What is overriding in oop?
What is difference between polymorphism and inheritance?
Why is encapsulation used?
Explain virtual inheritance?
is there any choice in opting subjects like 4 out of 7
What is the use of oops?