9A0-310  Exam

Exam # of questions Description  Update
9A0-310 103 Adobe Flex2 Developer Exam... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

9A0-310 - Exam Information
  • Description:Adobe Flex2 Developer Exam
  • Passing Score:0%
  • Practice Test - Number of questions:103 questions
  • Simulation Test - Number of questions:103 questions
  • Simulation Test Duration:120 minutes
  • Has explanations:No

Question of the day

You have used an HTTPService object to retrieve this HTML file: JoePresident MaryCEO The resultFormat property of the HTTPService object is set to object, and the id property is set to myService. You want to use a DataGrid control to display the list of employees. Which is the correct syntax for a binding expression to pass the employee objects to the dataProvider property of the DataGrid?

Answer(s)

  1. dataProvider={myService.lastResult}
  2. dataProvider={myService.lastResult.employees}
  3. dataProvider={myService.result.employees.employee}
  4. dataProvider={myService.lastResult.employees.employee}
Correct Answer

dataProvider={myService.lastResult.employees.employee}