Multiple choice technology web technology

Which is the 3rd phase of the JSF application lifecycle?

  1. Invoke application.

  2. Apply request values

  3. Update model values

  4. Process validations

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

JSF lifecycle phases in order are: Restore View, Apply Request Values, Process Validations, Update Model Values, Invoke Application, and Render Response. Process Validations is the 3rd phase where validators are executed on component values.