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

Application is correct. In MXML (Flex framework), the tag is the root container required for compilation. It represents the main entry point of the application. Box, Button, and Panel are UI components but cannot serve as the root element - an MXML file must have Application as its top-level tag to compile.