what is the difference between ERROR and EXCEPTION?
Answer Posted / harsh.chiks
>>ERROR-It occurs at compile time,it just stops the
execution of a program
EXCEPTION-IT occurs at run time,we can handle them by
exception handling.It doesn't abrupt the program execution
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is debug class?what is trace class? What differences are between them? With examples.
What is destructor example?
What is meant by oops concept?
Can you explain polymorphism?
What are the data types in oop?
What is encapsulation in oop?
Can static class have constructor?
How do you answer polymorphism?
What is multilevel inheritance explain with example?
Why is oop better than procedural?
Why do we use oops?
What is the difference between procedural programming and oops?
What is meant by multiple inheritance?
What does enum stand for?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).