Multiple choice technology platforms and products

Can a variable declared in a application in one folder say folderA be used in a application in other folder say folderB?

  1. True

  2. False

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

Variables declared in one application folder can be used in another folder if the development environment supports global or shared variable scope. This depends on the specific application architecture and variable declaration mechanism.