nerdexam
Adobe

9A0-127 · Question #44

You want to allow Flash Remoting and web service clients to fetch all of the records from the Art table through the ColdFusion ORM, sorted by the artName field in ascending order. To perform this…

The correct answer is B. remote Art[] function getAllArt(). See the full explanation below for the reasoning.

Question

You want to allow Flash Remoting and web service clients to fetch all of the records from the Art table through the ColdFusion ORM, sorted by the artName field in ascending order. To perform this action, you create another CFC to act as a service layer, ArtService.cfc, and write a method named getAllArt. How should you write the method to retrieve the correct data and most accurately represent the type of that data?

Options

  • Apublic Array function getAllArt()
  • Bremote Art[] function getAllArt()
  • Cremote Array function getAllArt()
  • Dremote Array function getAllArt()

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    73% (16)
  • C
    14% (3)
  • D
    9% (2)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice