nerdexam
Adobe

9A0-127 · Question #81

Which code segment can be used to store an array of structures as a client variable?

The correct answer is C. <cfset client.myarray = serializeJSON(adata)>. See the full explanation below for the reasoning.

Question

Which code segment can be used to store an array of structures as a client variable?

Options

  • A<cfset client.myarray = "#adata#">
  • B<cfset client.myarray = valuelist(adata)>
  • C<cfset client.myarray = serializeJSON(adata)>
  • D<cfset client.myarray = adata>

How the community answered

(53 responses)
  • A
    9% (5)
  • B
    6% (3)
  • C
    83% (44)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice