Multiple choice technology programming languages

How to include mxml file?

  1. In Application tag

  2. In Script tag

  3. We can use either a or b

  4. None of the above

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

MXML files are included within the mx:Application tag or referenced as components. The Script tag is for ActionScript code only, not for including MXML files.