what is the source code for sendRedirect method()java
Servlet program?
Answer / sunny
first,u have to use sendRedirect in form of JSP browserside.
<form method="POST"
action="/SendRedirect/SendRedirectServlet">
second in SendRedirectServlet, u have giving a response to
browser side
response.sendRedirect("/SendRedirect/ValidUserServlet");
it makes a request to one resource in server.
in server, gives response to browser. session is lost at a
time.
| Is This Answer Correct ? | 5 Yes | 2 No |
What is the use of 'bind' method in JavaScript?
What are global variables in javascript?
Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same..
if the two text boxes are there i want assign the vales like 2&3 and if i select button means i want find the sum.this is client side scripting in javascript
What is array in javascript?
Auto insurance project..How to explain project in interviews.Using Automation tool (selenium).
Is it possible to break javascript code into several lines?
What would you use javascript for?
Describe what u had done today?
What is the scope variable in javascript?
What are the types of data types?
What is a global variable in programming?