🎴 Flashcard Mode

PEGA PRPC Activities and Methods

Card1 / 19
Mastered0
Review0
QuestionClick to flip

Which statement about Local Variables is true?

AnswerClick to flip back
A
(b) They exist only within the context of an activity
💡 Explanation:

Local Variables in programming exist only within the context of a specific activity, function, or block. They are created when that context is entered and destroyed when it exits. They are not stored on the clipboard, not automatically stored in databases, and not stored in automatically created pages. Their scope is limited to their defining context.

Change Mode