Multiple choice technology web technology

The different scope values for are

  1. page

  2. forward

  3. session

  4. application

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

The valid scope attributes for jsp:useBean are page, request, session, and application. Page scope is default, request scope lasts for the HTTP request, session scope persists for the user session, and application scope is shared across the entire application.