response implicit Object in jsp

Introduction –: we know that the implicit object are automatic created. In the last post we learn about request implicit object in jsp. Now we learn about response implicit object. response object is an instance of javax.servlet.http.HttpServletResponse object. On every request, the response object is created by the JSP Engine.The response object is used to … Read more