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
The code in a finally clause will never fail to execute, right?
How does tomcat servlet container work?
What are life cycle methods of a servlet?
What are the objects involved when a servlet receives a call from client?
What is java servlet session?
How can we invoke another servlet in a different application?
When should you prefer to use doget() over dopost()?
How to generate the server side programming and the advantages of it over the other languages?
What is the use of attribute in servlets?
What are the type of protocols used in httpservlet?
What is httpservlet class?
Why is Servlet so popular?
What is the difference between genericservlet and httpservlet
What is the purpose of dispatcherservlet properties?
How can we refresh automatically when new data is entered into the database?