What is difference between Forward() and sendRedirect()
methode?
Answer Posted / jack
In the case of forward() the server will redirect to the
next page but in the case of sendRedirct() the server will
inform the browser to redirect the url to the next page.
| Is This Answer Correct ? | 43 Yes | 2 No |
Post New Answer View All Answers
What do you mean by scope object and what are its types?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
When servlet is loaded?
Why servlet is mostly used?
How native code can be used in a servlet?
How does Cookies work in Servlets?
What are the key methods that are involved in processing of http servlets?
What are the objects involved when a servlet receives a call from client?
What is the difference between jsp and servlet life cycle?
What is http servlet in java?
Explain how to improve Servlet Performance?
Difference between java beans & servlets?
What are the differences between the servletconfig interface and the servletcontext interface?
How do servlets work?
What are all the ways for session tracking?