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.

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

Comments and Discussions!

Load comments ↻






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