nerdexam
Adobe

9A0-148 · Question #32

You load the flowing XML with a URLLoader object named myLoader: <products> <product id="001" name="Widget" price="19.95" /> </products> What is the return type of the statement: myLoader.data.product

The correct answer is C. XMLList. See the full explanation below for the reasoning.

Question

You load the flowing XML with a URLLoader object named myLoader:

<products> <product id="001" name="Widget" price="19.95" /> </products> What is the return type of the statement: myLoader.data.product

Options

  • Anull
  • BXML
  • CXMLList
  • Dundefined

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    74% (14)
  • D
    16% (3)

Community Discussion

No community discussion yet for this question.

Full 9A0-148 Practice