Answer Posted / Bhole Nath Mishra
JSF offers four different scopes for managed beans: request, view, session, and application. Request-scoped beans are only accessible within the current HTTP request; view-scoped beans are visible to components within a specific JSF view; session-scoped beans exist throughout the duration of the HTTP session; and application-scoped beans have global access across all sessions.
| 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