Adobe
9A0-127 · Question #13
The following Application.cfc file is placed in the application root folder: <cfcomponent> <cffunction name="onRequest"> <div>On Request</div> </cffunction> <cffunction name="onRequestStart">…
The correct answer is A. On Request Start. See the full explanation below for the reasoning.
Question
The following Application.cfc file is placed in the application root folder:
<cfcomponent> <cffunction name="onRequest"> <div>On Request</div> </cffunction> <cffunction name="onRequestStart"> <div>On Request Start</div> </cffunction> </cfcomponent> A CFM page in the application root folder contains the following HTML and text:
<div>Current Page</div> When you browse the CFM page, what is the output?Options
- AOn Request Start
- BOn Request
- COn Request
- DOn Request Start
How the community answered
(55 responses)- A73% (40)
- B15% (8)
- C4% (2)
- D9% (5)
Community Discussion
No community discussion yet for this question.