Multiple choice technology programming languages

What are the different scope valiues for the ?

  1. request

  2. page

  3. session

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The jsp:useBean action supports four scope values: page (default, current page only), request (current request), session (user session), and application (entire web app). All listed options are valid scopes.