Multiple choice technology programming languages What are the different scope valiues for the ? request page session All the above Reveal answer Fill a bubble to check yourself D Correct answer Explanation The jsp:useBean action supports four scope values: page (default, current page only), request (current request), session (user session), and application (entire web app). All listed options are valid scopes.