Answer Posted / jayati saha
I don't know the exact answer but I think error refers to
the bug which may be detected at run time or not ,may
produce an exceptional result or not.
i mean to say that it may be a syntax error, logical error
which may produce abstract result or not but exception are
the errors which are detected at run time .
so we can say that exception are nothing but runtime error,
if exception occurs then a program will be terminated
abnormally and immediately.
so we have to design exception handler, a block of code
which can catch the error and thus can prevent the abnormal
termination of the program.
Thanks and hope for the better answer.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the Difference between At Line selection and At user-command?
What is the function of the transport system and workbench organizer?
What are your ways to performance optimization?
What are the different methods of passing data?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What are the organizational related Infotypes
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What are different abap/4 editors?
Can a domain, assigned to a data element be changed?
what is difference between (internal table types)standard table and sorted table in sap abap....
Define database layer?
What does hide statement do?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
What are the basic functions of database utility? : abap data dictionary
Static and instance variable and method with live example. Why and when to use