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

what is object oriented programming and procedure oriented programming?

3 Answers  


I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?

3 Answers  


what is cast operator?

2 Answers   Microsoft,


Conversion from a basic type to a class type may be achieved using______________

5 Answers   HCL,


What is object in oop?

1 Answers  


what is ltti

1 Answers   Unisys,


What do you mean by variable?

1 Answers  


what is the need of abstraction? what is abstraction?what is the abstraction for stack?

8 Answers   CTS, Verizon,


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1 Answers   IBM,


Why is object oriented programming so hard?

1 Answers  


IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?

1 Answers  


which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.

4 Answers  


Categories