Answer Posted / kannan
Error is a broader term which could be used to define all
not-so-expected behaviour of the program in
which 'Exception' is of one kind. Like many answered here,
exception is an unexpected behaviour at run time which
could cause the processor to rise the exception and can be
captured/handled in the program and further it could be
thrown to higher level code.
Compiletime error:
The other types of errors could be compile time errors
mainly captured by the compiler based on not-in-agreement
with the specific language specification.
Program logic error (function):
This type of error is left in the program after cleaning
compile time error and may or may not cause an exception.
This means the program could produce a wrond result.
Abnormal Operation error:
This type of error is produced by operating the program in
not so expected way. This means, under normal operating
condition the program will produce right results but could
produce wrong results if the operating procedure is not
followed. This is important aspect to fix in mission
critical applications.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a java object and java application?
Explain spliterator in java8?
Name few java.lang classes introduced with java 8 ?
How will you call an Applet using Java Script Function?
What is a parameter in a function?
What is the difference between hashmap and hashtable in java?
How do you reverse sort a list in java?
Difference between a class and an object?
Explain purpose of sleep() method in java?
What are the steps that are followed when two computers connect through tcp?
Difference between static synchronization vs. Instance synchronization?
Is 0 an irrational number?
What is the difference between procedural and object-oriented programs?
what is predefined function in java?
Where are register variables stored?