The ________ method of the HttpServletRequest interface is used to obtain the session object in servlets.

  • createSession()
  • getSession()
  • retrieveSession()
  • startSession()
The getSession() method of the HttpServletRequest interface is used to obtain the session object in servlets.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *