What is the correct order of execution for Visualforce Page "get" requests (initial page visit)?

What is the correct order of execution for Visualforce Page "get" requests (initial page visit)?
A . Evaluate constructors on controller and extensions
2) If there’s a <apex:form> element, create the view state
3) Evaluate expressions, <apex:page> attribute actions, and other method calls (getters/setters) on main page
4) Evaluate constructors, extensions, and expression on attribute definitions on any custom components present
5) Send HTML to Browser
B . Evaluate constructors, extensions, and expression on attribute definitions on any custom components present
2) Evaluate constructors on controller and extensions
3) Evaluate expressions, <apex:page> attribute actions, and other method calls (getters/setters) on main page
4) If there’s a <apex:form> element, create the view state
5) Send HTML to Browser
C . Evaluate constructors on controller and extensions
2) Evaluate constructors, extensions, and expression on attribute definitions on any custom components present
3) Evaluate expressions, <apex:page> attribute actions, and other method calls (getters/setters) on main page
4) If there’s a <apex:form> element, create the view state
5) Send HTML to Browser

Answer: C

Latest PDII Dumps Valid Version with 280 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments