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)- A9% (5)
- B6% (3)
- C83% (44)
- D2% (1)
Community Discussion
No community discussion yet for this question.