Response is an implicit object of type HttpServletResponse which is created by the web container for each jsp request. It can be used to add or manipulate response such as redirect response to another resource, send error etc. The response object also defines the interfaces that deal with creating new HTTP headers.