difference between forward and sendredirect
Answer Posted / ravikiran
forward will happen in the server side,and send redirect
will happen in the client's browser...,and with forward we
can forward with in the same web application,and with send
redirect we can transfer the flow to a different web application
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is pure servlet?
How do cookies work in servlets?
What is the purpose of requestdispatcher interface?
What is getservletcontext?
How do you define a servlet?
Explain session tracking and its importance?
How will you pass values from HTML page to the servlet?
What is the web server used for running the Servlets?
What exactly are the functions of servlet?
How to handle exceptions thrown by application with another servlet?
What do you mean by web applications? Explain web application directory arrangement?
What are the new features added to servlet 2.5?
How is the get () method different from the post() method?
What is servlet in web technology?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?