Multiple choice technology platforms and products

Which type of variable does not need any initialization block.

  1. Static

  2. Dynamic

  3. System Session

  4. Non-System Session

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

Static variables in OBI EE are defined once in the repository and don't require initialization blocks - their values are set at design-time. Dynamic variables, system session variables, and non-system session variables all require initialization blocks to populate their values at runtime.