🎴 Flashcard Mode

Java and Flex Programming Quiz

Card1 / 13
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
Application
💡 Explanation:

Application is correct. In MXML (Flex framework), the mx:Application 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.

Change Mode