difference between forward and sendredirect
Answer Posted / uv
If I am not wrong,
forward() is used to transfer the request within the web
application whereas sendRedirect() is used to transfer the
request from one webapplication to another.
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
How to upload a file to the server using servlet?
What are the exceptions thrown by servlets? Why?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What are the new features added to servlet 2.5?
What is difference between get and post method?
What are the different methods involved in the process of session management in servlets?
How many servlet objects are created?
What is the difference between Difference between doGet() and doPost()?
What is the disadvantage of cookies?
How can we create deadlock situation in servlet?
What is the difference between context parameter and context attribute?
What is the GenericServlet class?
Which interface must be implemented by all servlets?
What is called Session Tracking?
How the typical servlet code look like ?