Multiple choice technology programming languages

1.Which tag is must for compilation of mxml file?

  1. Box

  2. Application

  3. Button

  4. Panel

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

In Flex/MXML development, the Application tag is the required root element that every MXML file must have. Other components like Box, Button, and Panel are child elements used within the Application tag.