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)- A5% (1)
- B5% (1)
- C74% (14)
- D16% (3)
Community Discussion
No community discussion yet for this question.