(Choose 1 answer)
For JSP scopes of request and page, what type of object is used to store the attributes?
A. HttpServletRequest and ServletContext respectively.
B. ServletRequest and ServletConfig respectively.
C. ServletRequest and PageContext respectively.
D. HttpServletRequest and PageContext respectively.
E. ServletConfig for both.