nerdexam
Adobe

9A0-127 · Question #25

You have created a ColdFusion component in your application. Inside that component you need to create a property called user that CANNOT be seen outside the component. Which definition creates a…

The correct answer is C. variables.user = "joe". See the full explanation below for the reasoning.

Question

You have created a ColdFusion component in your application. Inside that component you need to create a property called user that CANNOT be seen outside the component. Which definition creates a user variable that CANNOT be accessed outside the component?

Options

  • Athis.user = "joe"
  • Bvar user = "joe"
  • Cvariables.user = "joe"
  • Dproperties.user = "joe"

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    70% (14)
  • D
    20% (4)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice