What is difference between Forward() and sendRedirect()
methode?
Answer Posted / ravikiran.chd
forward happens on server side,sendredirect happens at
client side
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you deal property files in servlet?
Explain mvc pattern.
Explain the lifecycle of a servlet?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Explain jsessionid?
What is http servlet? Explain with the help of an example.
What do you mean by servlet?
What is the use of httpservletrequestwrapper?
How we can get ip address of client in servlet?
Can we use the constructor, instead of init(), to initialize servlet?
What is SingleThreadModel interface?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is the difference between sendredirect() and forward() in a servlet?
Explain the different ways for servlet authentication?
What is servlet looping or chaining?