Multiple choice technology programming languages

Name the default value of the scope atribute of .

  1. page

  2. application

  3. session

  4. request

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

The default scope for is 'page', meaning the bean is only accessible within the current JSP page. Other scopes are request, session, and application, each with progressively wider visibility.