nerdexam
Salesforce

PDII · Question #94

During the order of execution of a Visualforce page GET request, what happens after this step? Evaluate constructors on controllers and extensions

The correct answer is A. Evaluate constructors and expressions on custom components. See the full explanation below for the reasoning.

Question

During the order of execution of a Visualforce page GET request, what happens after this step? Evaluate constructors on controllers and extensions

Options

  • AEvaluate constructors and expressions on custom components
  • BCreate view state if <apex: form> exists
  • CSend the HTML response to the browser
  • DEvaluate expressions, action attributes, and method calls

How the community answered

(20 responses)
  • A
    75% (15)
  • B
    5% (1)
  • C
    5% (1)
  • D
    15% (3)

Community Discussion

No community discussion yet for this question.

Full PDII Practice