InterviewSolution
Saved Bookmarks
| 1. |
Why We Are Using No-undo? |
|
Answer» WHENEVER we change the VALUE of a variable, it will store the PREVIOUS value into the before IMAGE file. To avoid this reason, we are using no-undo while DECLARING the variable. Whenever we change the value of a variable, it will store the previous value into the before image file. To avoid this reason, we are using no-undo while declaring the variable. |
|