Multiple choice technology architecture

____ variables are usually applicaiton specific.

  1. Global

  2. Task

  3. Local

  4. Application

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

Global variables are typically application-specific in the sense that they are scoped to and persist throughout a single application instance, as opposed to system-wide or session-scoped variables. Task, Local, and Application variables represent different scoping levels.