Servlet A receives a request that it forwards to servlet B within another web application in the same webcontainer. Servlet A needs to share data with servlet B and that data must not be visible to other servlets inA’s web application.<br /> In which object can the data that A shares with B be stored?()<p> Servlet A receives a request that it forwards to servlet B within another web application in the same webcontainer. Servlet A needs to share data with servlet B and that data must not be visible to other servlets inA’s web&en
A、A.HttpSession
B、B.ServletConfig
C、C.ServletContext
D、D.HttpServletRequest
E、E.HttpServletResponse