InterviewSolution
Saved Bookmarks
| 1. |
If the transaction can no longer continue with its normal execution because of some internal condition, it is called as a _________(a) Logical error(b) System error(c) System crash(d) None of the mentioned |
|
Answer» The correct answer is (a) Logical error To elaborate: If the transaction can no longer continue with its normal execution because of some internal condition, it is called as a logical error such as bad input, data not found, overflow or resource limit exceeded. |
|