Home »
MCQs »
JSF MCQs
A single instance of a managed bean is produced for each user session in ____ scope, and the bean is available during the user's session
27. A single instance of a managed bean is produced for each user session in ____ scope, and the bean is available during the user's session.
- View Scope
- Request Scope
- Session scope
- Variable Scope
Answer: C) Session scope
Explanation:
A single instance of a managed bean is produced for each user session in the session scope, and the bean is available during the user's session.