nerdexam
Adobe

9A0-127 · Question #48

You set up an Application.cfc file that includes the onApplicationStart() method to initialize application-level variables. Which three options trigger the onApplicationStart() method after you…

The correct answer is B. The first page is requested in your application. C. The first request is made to a Web service or flash remoting. D. The first CFC is invoked within the application. See the full explanation below for the reasoning.

Question

You set up an Application.cfc file that includes the onApplicationStart() method to initialize application-level variables. Which three options trigger the onApplicationStart() method after you restart a system? (Choose three.)

Options

  • AThe first session is created in your application.
  • BThe first page is requested in your application.
  • CThe first request is made to a Web service or flash remoting.
  • DThe first CFC is invoked within the application.
  • EThe onRequest() method is called.
  • FThe onSessionEnd() method is called.

How the community answered

(14 responses)
  • A
    7% (1)
  • B
    79% (11)
  • E
    14% (2)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice