Question 49:
Your web application requires logic to remember items that a user placed into a shopping cart. Which two mechanisms should you use to associate that information with the user? (Choose two.)
Answer options:
A. HttpServletResponse objects B. ServletContext objects C. HttpSession objects D. a database