The servlet container creates an HttpServletRequest object and passes it as an argument to the servlet's service methods (doGet, doPost, etc).
HttpServletRequest
doGet
doPost
The servlet container creates an
HttpServletRequestobject and passes it as an argument to the servlet's service methods (doGet,doPost, etc).