Multiple choice technology programming languages

Where do we store the temporary objects/sections

  1. Scratch Pad

  2. Library

  3. Class

  4. Parameters

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

The Scratch Pad is the designated storage area for temporary objects and sections that are needed during form processing but don't need to be persisted permanently. It provides workspace for intermediate calculations and UI state during runtime.