Salesforce
PDII · Question #134
What is the correct order of execution for Visualforce Page "get" requests (initial page visit)?
The correct answer is C. 1) Evaluate constructors on controller and extensions 2) Evaluate constructors, extensions, and. See the full explanation below for the reasoning.
Question
What is the correct order of execution for Visualforce Page "get" requests (initial page visit)?
Options
- A
- Evaluate constructors on controller and extensions 2) If there's a apex:form element, create
- B
- Evaluate constructors, extensions, and expression on attribute definitions on any custom
- C
- Evaluate constructors on controller and extensions 2) Evaluate constructors, extensions, and
How the community answered
(59 responses)- A10% (6)
- B19% (11)
- C71% (42)
Community Discussion
No community discussion yet for this question.