Response Implicit Object in jsp
Response Implicit Object in jsp
Write a Program of Response Implicit Object in jsp
This is servlet program which is executed in netbeans. Using implicit object we redirect one page to other page.Response Implicit Object are predefined variables. Here HttpServletRequest Object is associated with the request. HttpServletResponse object is associated with the client response.
We use javax.servlet.http.HttpServletRequest as an…
View On WordPress










