InterviewSolution
Saved Bookmarks
| 1. |
What is the use of JSF life cycle? |
|
Answer» The JSF life cycle begins when the client MAKES an HTTP request for a particular PAGE. It GENERALLY ends when there is a server respond with the page. This life cycle is divided into two primary phases: EXECUTE Phase and Render Phase. |
|