Multiple choice technology web 2.0

What is the two major files in a Flex Application ?

  1. Java Script & xml

  2. xml & Action Script

  3. mxml & Action Script

  4. mxml & Java Script

Reveal answer Fill a bubble to check yourself
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).