Macromedia ColdFusion MX 7 Certified Developer Study Guide

XML facilitates data sharing between diverse and disparate applications and services. WDDX provides some of the core benefits of XML without requiring the learning and understanding of XML itselfand on all major platforms (including ColdFusion).

Sample Questions

1:

Which of the following is not a valid action attribute for the <cfwddx> tag?

  1. CFML2ASP

  2. CFML2JS

  3. WDDX2CFML

  4. CFML2WDDX

2:

Which of the following options would you use to convert a ColdFusion two-dimensional array called names into a WDDX packet and write the results to the page?

  1. <cfwddx action="CFML2WDDX"

    input="#names#">

  2. <cfwddx action="CFML2PAGE"

    input="#names#">

  3. <cfwddx action="CFML2WDDX"

    [View full width]

    input="#names#" writetopage="Yes">

  4. <cfwddx action="CFML2WDDX"

    [View full width]

    input="#names#" output="This .Page">

Категории