Multiple choice technology programming languages

What are the scopes available in struts?

  1. Session , request

  2. Page, request, session

  3. Page, request, session, application

  4. request, session, application

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

In Struts 1, the scope attribute of an action mapping specifies where the ActionForm bean is stored. The only two valid scopes supported for this attribute are request and session. Other scopes like page and application are not valid options for managing form beans in Struts configuration.