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
Can you send an authentication error from a servlet?
What do you mean by default initialization in java servlet?
What must be implemented by all servlets?
What methods do you use in servlet - applet communication?
What are the types of servlets? Explain
Explain is servlet mapping?
List the Different types of servlet?
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()?
How do you get the ip address of the client in servlet?
What are its drawbacks of cgi?
What is the need of session tracking in web application?
Explain the war file?
Why is init() method is used in servlets?
What are the annotations used in servlet 3?
What do you understand by mime type?