Multiple choice technology programming languages Name the default value of the scope atribute of . page application session 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.