What is difference between Forward() and sendRedirect()
methode?
Answer Posted / kishore m
the main diff b/w forward and send redirect is forward is
done at serverside where as send redirect is done at
clientside.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What is a servlet engine?
Why the container loads server at the application startup and how?
What is the difference between servlet and filter?
What are the common methods that are included in the http servlet class?
How to notify an object in session when session is invalidated or timed-out?
What is url encoding and url decoding
What is ServletContext object?
What is the servletconfig object?
What are the steps that are required to handle the multi-threading?
How is a servlet implemented in code?
How to generate the server side programming and the advantages of it over the other languages?
What are the new features added to servlet 2.5?
Servlet is pure java object or not?
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?