nerdexam
Adobe

9A0-127 · Question #26

You want to create an instance of the component Part, then access the property partID by using the following code: <cfobject component="Part" name="thisPart"> <cfset thisPart.partID = 1> Which…

The correct answer is D. component. See the full explanation below for the reasoning.

Question

You want to create an instance of the component Part, then access the property partID by using the following code:

<cfobject component="Part" name="thisPart"> <cfset thisPart.partID = 1> Which component syntax should you use?

Options

  • A<cfcomponent>
  • Bcomponent
  • Ccomponent
  • Dcomponent

How the community answered

(67 responses)
  • A
    4% (3)
  • B
    10% (7)
  • C
    1% (1)
  • D
    84% (56)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice