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
How do I print a “?
What language is java written?
What is static variable with example?
What is scope & storage allocation of global and extern variables? Explain with an example
why we use merge option in hybernate pls give a ex snippet
Do loops java?
How many types of keywords are there?
State the merge-sort principle and its time complexity.
How do you define a singleton class?
5 Coding best practices you learned in java?
What do you mean Abstraction in java?
What does escaping a character mean?
How would you dynamically allocate memory to an array?
How do you replace all in word?
Describe what happens when an object is created in java ?