Home »
MCQs »
JSF MCQs
Under ____ scope, for each HTTP request submitted to the server, a new instance of a managed bean is produced, and the bean is only available during the execution of that request
36. Under ____ scope, for each HTTP request submitted to the server, a new instance of a managed bean is produced, and the bean is only available during the execution of that request.
- View Scope
- Request Scope
- Session scope
- Variable Scope
Answer: B) Request Scope
Explanation:
Under request scope, for each HTTP request submitted to the server, a new instance of a managed bean is produced, and the bean is only available during the execution of that request.