what is the difference between ERROR and EXCEPTION?

Answers were Sorted based on User's Feedback



what is the difference between ERROR and EXCEPTION?..

Answer / aayansh

Exceptions are mostly software or hardware problems where as errors are logical or syntactic.

Is This Answer Correct ?    0 Yes 0 No

what is the difference between ERROR and EXCEPTION?..

Answer / amar gawade

errors are unresolved syntax or mistakes where exceptions are runtime errors.

Is This Answer Correct ?    0 Yes 1 No

what is the difference between ERROR and EXCEPTION?..

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

what is the difference between ERROR and EXCEPTION?..

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

Post New Answer

More OOPS Interview Questions

which is best institute to learn c,c++ in ameerpet hyderabad

1 Answers  


difine hierarchical inheritance.

9 Answers   ASD Lab, TCS,


Give two or more real cenario of virtual function and vertual object

0 Answers   TCS,


what is mean by design pattern

4 Answers  


What is polymorphism and example?

0 Answers  






what is the 3 types of system development life cycle

0 Answers  


what i oops concept, how many languages supports oops concept?

3 Answers   Value Labs,


Write pseudo code for push in a stack?

2 Answers   emc2,


What makes a language oop?

0 Answers  


2. Give the different notations for the class.\

0 Answers  


what is the use of template classes in c++

1 Answers  


write knight tour problem which is present in datastructure

0 Answers  


Categories