CIW Exam Questions

What is the best scope in which to store an object containing display data that is to be sent from a

What is the best scope in which to store an object containing display data that is to be sent from a
servlet acting as a controller to a JSP page with the session disabled?

A.
session

B.
application/servletContext

C.
page

D.
request