Multiple Choices
Answer (Choose 1 answer)
Which method would you use to put the session id into the URL to support sessions using U
A. encodeURL() of HttpServletResponse
B. encodeURL() of HttpServletRequest
C. rewriteURL() of HttpServletResponse
D. encodeURL() of HttpServlet
Ex