Multiple choice technology programming languages

10.Compilation of mxml file gives

  1. mxml file

  2. swf file

  3. as file

  4. Don't know

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

Compiling an MXML (Magic XML) file in the Adobe Flex framework produces a SWF (Shockwave Flash) file, which is the final compiled bytecode executable run by Flash Player. Distractors like mxml or as (ActionScript) files represent raw source code inputs rather than the compilation outputs.