Adobe
9A0-127 · Question #52
9A0-127 Question #52: Real Exam Question with Answer & Explanation
Sign in or unlock 9A0-127 to reveal the answer and full explanation for question #52. The question stem and answer options stay visible for context.
Question
Given the XML object definition: <cfxml variable="xmlData"> <cars> <car> <name>Ford</name> <year>1990</year> <color>Red</color> </car> <car> <name>Toyota</name> <year>1995</year> <color>Blue</color> </car> <car> <name>KIA</name> <year>2000</year> <color>Green</color> </car> </cars> </cfxml> Which variable correctly outputs the XML document representing the car with name value Ford?
Options
- A#toString(xmlData.cars.car[1])#
- B#toString(xmlData.cars.car[0])#
- C#toString(xmlData.car[1])#
- D#toString(xmlData.cars[1])#
Unlock 9A0-127 to see the answer
You've previewed enough free 9A0-127 questions. Unlock 9A0-127 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.