InterviewSolution
Saved Bookmarks
| 1. |
What Is Roll Area? |
|
Answer» A roll area CONTAINS the PROGRAM’s runtime context. In addition to the runtime STACK and other structures, all local VARIABLES and any data known to the program are STORED here. A roll area contains the program’s runtime context. In addition to the runtime stack and other structures, all local variables and any data known to the program are stored here. |
|