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

Do you know about multiple inheritance?

1 Answers   Motorola,


What is class and example?

0 Answers  


WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.

11 Answers  


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

0 Answers   NIIT, SRA,


how to tackle technical questions

1 Answers  


What is overriding in oops?

0 Answers  


Difference between new operator and operator new

2 Answers  


what is the basic concept of inheritance?

9 Answers  


What are the fields of vtable

1 Answers   Mphasis,


What are the access specifiers avaible in c++?

4 Answers  


i^=j; j^=i; i^=j; value of i,j

1 Answers  


Program to read a comment string

1 Answers   IBM,


Categories