Multiple choice technology programming languages

What scopes are available in struts?

  1. session and request

  2. page, request and session

  3. page, request, session and application

  4. request, session and application

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

Struts provides four scope options: page (current page only), request (current HTTP request), session (user session across requests), and application (global to the web application). These scopes control data visibility and lifecycle throughout the application.