Multiple choice technology web technology What are the JSF life-cycle phases? Restore view, Apply request values, Process validations, Update model values, Invoke application, Render response Init, service, destroy Restore view, Process validations, Invoke application, Render response None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation JSF lifecycle has six phases executed sequentially: Restore View (rebuild component tree), Apply Request Values (decode submitted data), Process Validations (validate inputs), Update Model Values (update bean properties), Invoke Application (call action methods), Render Response (generate output).