What is difference between Forward() and sendRedirect()
methode?
Answer Posted / mohan
I want to add one more point to the above answers, that is,
in case of Forward() the attributes related to the request
will remain same, as it is inside the server, whereas
incase of senRedirect(), it results in a new request so the
previous attributes of the request will be lost...
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are different ways for servlet authentication?
How can a servlet be used to generate plain text instead of html?
Explain how to improve Servlet Performance?
What is servlet name in web xml?
What are the kinds of http requests?
Explain the difference between get and post method in servlet?
Why filter is used in servlet?
What are the features added in Servlet 2.5?
Difference between httpservlet and generic servlets?
How can you use a servlet to generate a plain text instead of html?
How we can call a jsp from the servlet?
Explain the difference between servlet and cgi?
What is Request Dispatcher?
What are the objects involved when a servlet receives a call from client?
Can you create a deadlock condition on a servlet?