what is the difference between ERROR and EXCEPTION?
Answers were Sorted based on User's Feedback
Answer / aayansh
Exceptions are mostly software or hardware problems where as errors are logical or syntactic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amar gawade
errors are unresolved syntax or mistakes where exceptions are runtime errors.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / suresh
Error is a mistake and it occurs are Compile time...
Exception says what is the mistake...it occurs at run time..
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / d.raji
Error: we can find it(Which error occured) when compliation.
Exception: we can't find it(Which error occured)when
compliation and also in running time
| Is This Answer Correct ? | 2 Yes | 5 No |
Can we create object of interface?
What is an example of genetic polymorphism?
what is virtual function?
How is polymorphism achieved?
What is the difference between C++ and java?
write a program that takes input in digits and display the result in words from 1 to 1000
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
When is a memory allocated to a class?
Why do we use class?
What is the advantage of oop over procedural language?
why reinterpret cast is considered dangerous?
when my application exe is running nad i don't want to create another exe what should i do