What is the two major files in a Flex Application ?
-
Java Script & xml
-
xml & Action Script
-
mxml & Action Script
-
mxml & Java Script
C
Correct answer
Explanation
Flex applications consist of two primary file types: MXML files for defining the user interface layout and components, and ActionScript files for application logic and event handling. MXML is XML-based markup, while ActionScript is the programming language (based on ECMAScript).