Home »
MCQs »
JSF MCQs
In which of the following scope, for each user view of a web page, a new instance of a managed bean is produced, and the bean is available throughout the lifespan of that view?
28. In which of the following scope, for each user view of a web page, a new instance of a managed bean is produced, and the bean is available throughout the lifespan of that view?
- View Scope
- Request Scope
- Session scope
- Variable Scope
Answer: A) View Scope
Explanation:
In view scope, for each user view of a web page, a new instance of a managed bean is produced, and the bean is available throughout the lifespan of that view.