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?

  1. View Scope
  2. Request Scope
  3. Session scope
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.