Multiple choice technology architecture

Which statement about Local Variables is true?

  1. (a) They are stored on the clipboard as temporary variables

  2. (b) They exist only within the context of an activity

  3. (c) They can be stored in the database

  4. (d) They are stored in a named page that is created automatically

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Local variables in PRPC activities are scoped only to the activity's execution context. They are not stored on the clipboard, cannot be persisted to the database, and are not automatically stored in named pages - they exist temporarily during activity execution.