Answer Posted / Renu Sirohi
The different kinds of bean scopes in JSF are: 1. Request scope (@RequestScoped), managed beans created for each HTTP request and destroyed after the response is sent, 2. Session scope (@SessionScoped), managed beans that last as long as the user's session, 3. Application scope (@ApplicationScoped), managed beans available throughout the application lifecycle.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category