difference between forward and sendredirect
Answer Posted / nagababu
Forward: server-side redirect with request and response
objects with in same web Container.
sendRedirect : Client-side redirect with new request and
response objects with diffrent web containers also.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is servlet instance?
What is the difference between using getSession(true) and getSession(false) methods?
What is the difference between servlet and jsp?
Can we use threads in Servlets?
What is the difference between the http servlet and generic servlet?
What's the servlet interface?
What's the architecture of a servlet package?
How can the session in servlet can be destroyed?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is URL Encoding?
What’s the difference between genericservlet and httpservlet?
What do you mean by web applications?
How to find whether a parameter exists in the request object?
What is servlet name in web xml?
What is a cookie What is the difference between session and cookie