Multiple choice technology Choose correct scopes into JSP:- page, request, session, application Page, response, session, application Page, request, response, session None Reveal answer Fill a bubble to check yourself A Correct answer Explanation JSP has four standard scopes: page (default), request, session, and application. Response is not a scope - it's an object for sending data back to the client. Scopes determine the lifespan and visibility of data.