Adobe
9A0-127 · Question #23
You want to create a ColdFusion component using by CFScript with a single public method named doSomething(). Which syntax should you use?
The correct answer is B. component. See the full explanation below for the reasoning.
Question
You want to create a ColdFusion component using by CFScript with a single public method named doSomething(). Which syntax should you use?
Options
- A<cfcomponent>
- Bcomponent
- C<cfscript>
- D/*
How the community answered
(14 responses)- A7% (1)
- B79% (11)
- C14% (2)
Community Discussion
No community discussion yet for this question.