Meanings of Predefined Variables
The HttpServletRequest object passed to the servlet’s request handling method.
The HttpServletResponse object passed to the servlet’s request handling method.
The PrintWriter object associated with response.
The HttpSession object associated with the request.