What is the difference between sendRedirect() and forward()?
in what situations do we have to use send redirect()
instead of forward().
Answer Posted / neha rajpal
forward mean forwarding the requset to some another jsp or
servlet this is done by server we have do describe the page
in the forward method's argument note thatforward method
argument accept only string ..
while sendredirect is on client side . the new request
object is created.
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
What are the main components of the j2ee application?
What is container-managed sign-on?
What is java awt event?
Is java gui dead?
What do you understand by a thin client?
What is actionerrors?
Are java primitives objects?
What should a junior java developer know?
What are j2ee concepts?
What is a java developer?
What are web technologies in java?
What are the component of java?
What is single tier architecture in java?
What is general entity?
Is j2ee a language or framework?