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 the main purpose of java servlets?
Explain the differences between jsp and servlet.
How the typical servlet code look like ?
What is context in servlet?
What is the use of httpservletresponsewrapper?
When to use doget() and when dopost()?
What is called Session Tracking?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Can you send an authentication error from a servlet?
Which application server is best for java?
What do you mean by singlethreadmodel interface?
What are the types of servlet?
What is Request Dispatcher?
What are different ways for servlet authentication?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?