implicit object response JSP Example

"response" is one of the 9 implicit objects, JSP supports. It is an object of javax.servlet.http.HttpServletResponse interface. This object is used by the Programmer to send cookies to the client, to use HTTP status codes in programming and to redirect the client to a new page. Following are some important methods of HttpServletResponse that can …

implicit object response JSP Example Read More »