Multiple choice

Which of the following is/are not method(s) of HttpServletRequest interface in java servlet?

  1. String getServletPath()

  2. HttpSession getSession()

  3. Void addCookie(Cookie cookie)

  4. None of the above

  5. Both (2) and (3)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This method is defined in HttpServletResponse interface in java servlet.